[openstack-dev] [All] Fixed recent gate issues
Alan Pevec
apevec at gmail.com
Tue Feb 18 19:27:16 UTC 2014
Hi John,
thanks for the summary.
I've noticed one more fall out from swiftclient update in Grenade jobs
running on stable/havana changes e.g.
http://logs.openstack.org/02/73402/1/check/check-grenade-dsvm/a5650ac/console.html
...
2014年02月18日 13:00:02.103 | Test Swift
2014年02月18日 13:00:02.103 | + swift --os-tenant-name=demo
--os-username=demo --os-password=secret
--os-auth-url=http://127.0.0.1:5000/v2.0 stat
2014年02月18日 13:00:02.284 | Traceback (most recent call last):
2014年02月18日 13:00:02.284 | File "/usr/local/bin/swift", line 35, in <module>
2014年02月18日 13:00:02.284 | from swiftclient import Connection, HTTPException
2014年02月18日 13:00:02.285 | ImportError: cannot import name HTTPException
2014年02月18日 13:00:02.295 | + STATUS_SWIFT=Failed
...
Grenade job installs swiftclient from git master but then later due to
python-swiftclient>=1.2,<2 requirement in Grizzly, older version 1.9.0
is pulled from pypi and then half-installed or something, producing
above conflict between swift CLI binary and libs.
Solution could be to remove swiftclient cap in Grizzly, any other suggestions?
Cheers,
Alan
More information about the OpenStack-dev
mailing list