yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09276
[Bug 1276033] [NEW] Now we're depending on python-swiftclient>=1.6
Public bug reported:
Based on the patch
https://github.com/openstack/glance/commit/ae568d7858edeee4d60e52778243dc406651d46d
, now we're depending on python-swiftclient>=1.6 since the parameter
'headers' was introduced in python-swiftclient 1.6
get_object(container, obj, resp_chunk_size=None, query_string=None,
response_dict=None, headers=None)
See the new change in Glance:
https://github.com/openstack/glance/blob/master/glance/store/swift.py#L325
And the change in Swift client: https://github.com/openstack/python-
swiftclient/commit/d34f12614820416aebe5e91eab9726b556d1f973
But now we're depending on version 1.5
** Affects: glance
Importance: High
Assignee: Fei Long Wang (flwang)
Status: Triaged
** Changed in: glance
Status: New => Triaged
** Changed in: glance
Importance: Undecided => High
** Changed in: glance
Assignee: (unassigned) => Fei Long Wang (flwang)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1276033
Title:
Now we're depending on python-swiftclient>=1.6
Status in OpenStack Image Registry and Delivery Service (Glance):
Triaged
Bug description:
Based on the patch
https://github.com/openstack/glance/commit/ae568d7858edeee4d60e52778243dc406651d46d
, now we're depending on python-swiftclient>=1.6 since the parameter
'headers' was introduced in python-swiftclient 1.6
get_object(container, obj, resp_chunk_size=None, query_string=None,
response_dict=None, headers=None)
See the new change in Glance:
https://github.com/openstack/glance/blob/master/glance/store/swift.py#L325
And the change in Swift client: https://github.com/openstack/python-
swiftclient/commit/d34f12614820416aebe5e91eab9726b556d1f973
But now we're depending on version 1.5
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1276033/+subscriptions
Follow ups
References