tacker.nfvo.nfvo_plugin module

class tacker.nfvo.nfvo_plugin.NfvoPlugin

Bases: NfvoPluginDb

NFVO reference plugin for NFVO extension

Implements the NFVO extension and defines public facing APIs for VIM operations. NFVO internally invokes the appropriate VIM driver in backend based on configured VIM types. Plugin also interacts with VNFM extension for providing the specified VIM information

OPTS = [<oslo_config.cfg.ListOpt object>]
create_vim(**kwargs)
delete_vim(**kwargs)
supported_extension_aliases = ['nfvo']
update_vim(**kwargs)
static validate_keystone_auth_url(auth_url, verify)
tacker.nfvo.nfvo_plugin.config_opts()