tacker.extensions.common_services Module¶tacker.extensions.common_services.CommonServicesPluginBase¶Bases: tacker.services.service_base.NFVPluginBase
get_event(context, event_id, fields=None)¶get_events(context, filters=None, fields=None, sorts=None, limit=None, marker_obj=None, page_reverse=False)¶get_plugin_description()¶get_plugin_name()¶get_plugin_type()¶tacker.extensions.common_services.Common_services¶Bases: tacker.api.extensions.ExtensionDescriptor
get_alias()¶get_description()¶get_extended_resources(version)¶get_name()¶get_namespace()¶get_plugin_interface()¶get_resources()¶get_updated()¶update_attributes_map(attributes)¶tacker.extensions.common_services.EventCreationFailureException(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Failed to create an event: %(error_str)s'¶tacker.extensions.common_services.EventNotFoundException(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Specified Event id %(evt_id)s is invalid. Please verify and pass a valid Event id'¶tacker.extensions.common_services.InputValuesMissing(**kwargs)¶Bases: tacker.common.exceptions.InvalidInput
message = u"Parameter input values missing for the key '%(key)s'"¶tacker.extensions.common_services.InvalidModelException(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Specified model is invalid, only Event model supported'¶tacker.extensions.common_services.ParamYAMLInputMissing(**kwargs)¶Bases: tacker.common.exceptions.InvalidInput
message = u'Parameter YAML input missing'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.