Reviewed: https://review.openstack.org/218758 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=c0d92eb07939a2eb110c935bbb4c159e6a380ff9 Submitter: Jenkins Branch: master
commit c0d92eb07939a2eb110c935bbb4c159e6a380ff9 Author: Darja Shakhray <[email protected]> Date: Mon Aug 31 11:03:07 2015 +0300 Add ability to specify headers in PUT/PATCH request in functional tests To work with blob need pass headers "Content-Type: application/octet-stream". Method "self._check_artifact_put" for the send request PUT does not support headers. It does not allow testing work with a blob. So added ability to specify headers in PUT/PATCH request. Change-Id: I3c832ef732d707eb93615a5ffb6f3f8debfbcd99 Closes-bug: #1490306 ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1490306 Title: We can not pass the headers in the request PUT/PATCH in functional tests Status in Glance: Fix Released Bug description: To work with blob need pass headers "Content-Type: application / octet-stream". Method "_check_artifact_put" for the send request PUT/PATCH does not support headers. It does not allow testing of a blob. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1490306/+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

