** Changed in: horizon
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1469118
Title:
Create new container always raise ERROR Container HEAD failed
Status in OpenStack Dashboard (Horizon):
Invalid
Status in Python client library for Swift:
New
Bug description:
Following error messages raised in Horizon log file:
dashboard-swiftclient: ERROR Container HEAD failed
Steps:
1. Login to Horizon as admin.
2. Go to Object Store.
3. Create three containers: Container1, Container2, Container3
4. Containers created and became operable, but dashboard log contains batch
of identical errors for them.
It's happening because we check of exists container name
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/swift.py#L126
and swift always generate error in
https://github.com/openstack/python-swiftclient/blob/master/swiftclient/client.py#L692
We need a better mechanism in swift (maybe return resp.status or something
like this)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1469118/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp