I add cinder too: https://github.com/openstack/cinder/blob/master/cinder/image/glance.py#L258
** Also affects: cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1201266 Title: 'is_public' filter should be handled when nova calls glance via V2 Status in Cinder: New Status in OpenStack Compute (nova): Confirmed Bug description: During an image- list call via Nova, it appends an 'is_public:None' to the filters, to ensure that private images are not filtered out. In glance V2 Api, this value should be parsed to something useful, say returning True and preserving the default behaviour of returning all public images ( As is done in V1). Currently image-list to V2 via Nova returns an empty list. To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1201266/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp