]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Ignore purge_props for v2 Glance api and fix upload
authorEdward Hope-Morley <edward.hope-morley@canonical.com>
Fri, 9 Aug 2013 12:06:46 +0000 (13:06 +0100)
committerEdward Hope-Morley <edward.hope-morley@canonical.com>
Fri, 9 Aug 2013 13:10:04 +0000 (14:10 +0100)
commit0f70282b78ece51e2e18c51c15aca7c89b7ebc23
tree3cf1d40793820f6c54c12a9c39e9e853a1992fd9
parent94c720c71d70e2c428abc597268ffd053307694d
Ignore purge_props for v2 Glance api and fix upload

The V2 Glance API image schema does not contain
purge_props. While this may be a bug in Glance,
we will ignore this property in cinder when
glance_api_version=2. This will not change behaviour
since Glance defaults this property to True, Cinder
never sets it to False and the v2 client appears to
ignore it anyway.

Also fixed image upload which is a seperate client
call to update in v2 (v1 update does both).

Change-Id: I0ba1d7d920984cface57795ace160ec300ff75e2
Fixes: bug #1210467
cinder/image/glance.py