deb-python-openstacksdk/openstack/image
dineshbhor d24bebb538 Fix update_image unsupported media type
Currently update_image returns unsupported media type because
unexpected Content-Type (application/json) being passed
to glance service.

Provided expected Content-Type and body with patch operations(op).
Used make_patch() method from jsonpatch library to create patch
for updating image.

Closes-Bug: #1455620
Change-Id: I3d77648d55b2870e40ff689b47574e68aa72d7f6
2017-06-07 19:15:40 +05:30
..
v1 Port image v1 to resource2 2017-04-26 15:52:05 -04:00
v2 Fix update_image unsupported media type 2017-06-07 19:15:40 +05:30
__init__.py Very basic image resource 2014-06-23 16:37:38 -06:00
image_service.py Refactor image v2 to use resource2/proxy2 2016-07-26 11:31:11 -04:00