Bug 1041796

Summary: [RFE][glance]: Glance periodic exists notification
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/glance/+spec/glance-exists-notification
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:55:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 19:21:46 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/glance/+spec/glance-exists-notification.

Description:

Glance needs to emit a periodic notification which contains the details of all the images that were active in a particular period. Each notification will contain a list of all the corresponding images for a particular owner. We chose this instead of emitting a notification for each individual image to reduce the number of notifications that'll need to be emitted.  Two type of images are considered as having existed during the given audit period. First are active images that were created before or during the audit period. Second are images that were active but were deleted during the audit period. To determine if and image was or is active, we select based on location having been set and whether created_at/deleted_at are in range.

This blueprint is an offshoot of https://review.openstack.org/#/c/21823/


Specification URL (additional information):

None