yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34869
[Bug 1466900] Re: get_base_properties in v2/images.py missing 'shared' image visibility
'shared' is a valid value for the visibility *filter*, but it is not a
value that's used to populate the 'visibility' field of any image. It
will be fixed by this blueprint
https://blueprints.launchpad.net/glance/+spec/community-level-v2-image-
sharing
** Changed in: glance
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1466900
Title:
get_base_properties in v2/images.py missing 'shared' image visibility
Status in OpenStack Image Registry and Delivery Service (Glance):
Invalid
Bug description:
https://github.com/openstack/glance/blob/master/glance/api/v2/images.py#L830
'visibility': {
'type': 'string',
'description': _('Scope of image accessibility'),
'enum': ['public', 'private'],
},
Should include 'shared' in the list of visibility options
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1466900/+subscriptions
References