aab378b627
The api.glance.image_list_detailed() function accepts a list of
filters which it then translates into a form that is acceptable for
Glance v1 or Glance v2. These translations included support for
mapping 'is_public' to 'visibility', but did not include support for
mapping 'property-owner_id' to 'owner'.
This changes adds support for mapping 'property-owner_id' to 'owner'
for Glance v2, and mapping 'owner' to 'property-owner_id' for Glance
v1.
Before this fix, "rebuild instance" from the instances page did not
properly list project-specific images as options. After this fix,
"rebuild instance" is working as expected.
Change-Id: Ica750f8b36bdbadd02a81aed41fd250864a49a66
Closes-Bug: 1671693
(cherry picked from commit
|
||
---|---|---|
.. | ||
rest | ||
__init__.py | ||
base.py | ||
cinder.py | ||
fwaas.py | ||
glance.py | ||
heat.py | ||
keystone.py | ||
network_base.py | ||
network.py | ||
neutron.py | ||
nova.py | ||
swift.py | ||
vpn.py |