Bug 1041796 - [RFE][glance]: Glance periodic exists notification
Summary: [RFE][glance]: Glance periodic exists notification
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/glan...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:21 UTC by RHOS Integration
Modified: 2015-03-19 16:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:55:53 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.