The tacker.services.service_base Module

The tacker.services.service_base Module

class tacker.services.service_base.NFVPluginBase

Bases: tacker.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 tacker/plugins/common/constants.py

supported_extension_aliases = []
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.