glance.notifier.ImageFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.ImageFactory
glance.notifier.ImageMemberProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.ImageMember
glance.notifier.ImageMemberRepoProxy(repo, image, context, notifier)[source]¶Bases: glance.notifier.NotificationBase, glance.domain.proxy.MemberRepo
glance.notifier.ImageProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.Image
glance.notifier.ImageRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.Repo
glance.notifier.MetadefNamespaceFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefNamespaceFactory
glance.notifier.MetadefNamespaceProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefNamespace
glance.notifier.MetadefNamespaceRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefNamespaceRepo
glance.notifier.MetadefObjectFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefObjectFactory
glance.notifier.MetadefObjectProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefObject
glance.notifier.MetadefObjectRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefObjectRepo
glance.notifier.MetadefPropertyFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefPropertyFactory
glance.notifier.MetadefPropertyProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefProperty
glance.notifier.MetadefPropertyRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefPropertyRepo
glance.notifier.MetadefResourceTypeFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefResourceTypeFactory
glance.notifier.MetadefResourceTypeProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefResourceType
glance.notifier.MetadefResourceTypeRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefResourceTypeRepo
glance.notifier.MetadefTagFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.MetadefTagFactory
glance.notifier.MetadefTagProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.MetadefTag
glance.notifier.MetadefTagRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.MetadefTagRepo
glance.notifier.Notifier[source]¶Bases: object
Uses a notification strategy to send out messages about events.
glance.notifier.TaskFactoryProxy(factory, context, notifier)[source]¶Bases: glance.notifier.NotificationFactoryProxy, glance.domain.proxy.TaskFactory
glance.notifier.TaskProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.Task
glance.notifier.TaskRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.TaskRepo
glance.notifier.TaskStubProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationProxy, glance.domain.proxy.TaskStub
glance.notifier.TaskStubRepoProxy(repo, context, notifier)[source]¶Bases: glance.notifier.NotificationRepoProxy, glance.domain.proxy.TaskStubRepo
glance.notifier.format_image_member_notification(image_member)[source]¶Given a glance.domain.ImageMember object, return a dictionary of relevant notification information.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.