← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1466900] [NEW] get_base_properties in v2/images.py missing 'shared' image visibility

 

Public bug reported:

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

** Affects: glance
     Importance: Undecided
     Assignee: Darren Birkett (darren-birkett)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Darren Birkett (darren-birkett)

-- 
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):
  New

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


Follow ups

References