Bases: glance.domain.proxy.Repo
Bases: glance.domain.proxy.Image
Bases: glance.domain.proxy.Repo
Bases: _abcoll.MutableSequence
The proxy for store location property. It takes responsibility for:
1. Location uri correctness checking when adding a new location.
2. Remove the image data from the store when a location is removed
from an image.
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.ImageFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.ImageMember
Bases: glance.notifier.NotificationBase, glance.domain.proxy.MemberRepo
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.Image
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.Repo
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefNamespaceFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefNamespace
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefNamespaceRepo
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefObjectFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefObject
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefObjectRepo
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefPropertyFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefProperty
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefPropertyRepo
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefResourceTypeFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefResourceType
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefResourceTypeRepo
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefTagFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefTag
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefTagRepo
Bases: object
Uses a notification strategy to send out messages about events.
Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.TaskFactory
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.Task
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.TaskRepo
Bases: glance.notifier.NotificationProxy, glance.domain.proxy.TaskStub
Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.TaskStubRepo
Given a glance.domain.ImageMember object, return a dictionary of relevant notification information.
Return a list of oslo_config options available in Glance API service.
Each element of the list is a tuple. The first element is the name of the group under which the list of elements in the second element will be registered. A group name of None corresponds to the [DEFAULT] group in config files.
This function is also discoverable via the ‘glance.api’ entry point under the ‘oslo_config.opts’ namespace.
The purpose of this is to allow tools like the Oslo sample config file generator to discover the options exposed to users by Glance.
Returns: | a list of (group_name, opts) tuples |
---|
Return a list of oslo_config options available in Glance Registry service.
Return a list of oslo_config options available in Glance Scrubber service.
Return a list of oslo_config options available in Glance Cache service.
Bases: glance.schema.Schema
Bases: glance.schema.Schema
Bases: object
Database-based image scrub queue class.
Adding image location to scrub queue.
Parameters: |
|
---|---|
Returns: | A boolean value to indicate success or not |