apmec.services.service_base
Module¶apmec.services.service_base.
MECPluginBase
¶Bases: apmec.api.extensions.PluginInterface
Define base interface for any Advanced Service plugin.
get_plugin_description
()¶Return string description of the plugin.
get_plugin_name
()¶Return a symbolic name for the plugin.
Each service plugin should have a symbolic name. This name will be used, for instance, by service definitions in service types
get_plugin_type
()¶Return one of predefined service types.
See apmec/plugins/common/constants.py
supported_extension_aliases
= []¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.