Closing as too old being valid anymore. If this still persists we should
open a new one as the fix proposed for this got blocked.

** 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/1190643

Title:
  Cleanup scrubber does not work because
  RegistryClient.get_images_detailed() returns images with NULL location

Status in OpenStack Image Registry and Delivery Service (Glance):
  Invalid

Bug description:
  Cleanup scrubber uses the following filters to get a list of
  'pending_delete' images and try to delete them.

          filters = {'deleted': True, 'is_public': 'none',
                     'status': 'pending_delete'}

  But a debug message showed that all the 'pending_delete' images
  returned by RegistryClient.get_images_detailed() have NULL location,
  which will break the forthcoming deletions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1190643/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to