tacker.extensions.nfvo_plugins.network_service module

tacker.extensions.nfvo_plugins.network_service module

exception tacker.extensions.nfvo_plugins.network_service.NSDNotFound(message=None, **kwargs)

Bases: tacker.common.exceptions.NotFound

message = 'NSD %(nsd_id)s could not be found'
exception tacker.extensions.nfvo_plugins.network_service.NSInUse(message=None, **kwargs)

Bases: tacker.common.exceptions.InUse

message = 'NS %(ns_id)s in use'
exception tacker.extensions.nfvo_plugins.network_service.NSNotFound(message=None, **kwargs)

Bases: tacker.common.exceptions.NotFound

message = 'NS %(ns_id)s could not be found'
class tacker.extensions.nfvo_plugins.network_service.NSPluginBase

Bases: tacker.services.service_base.NFVPluginBase

create_ns(context, ns)
create_nsd(context, nsd)
delete_ns(context, ns_id)
delete_nsd(context, nsd_id)
get_ns(context, ns_id, fields=None)
get_nsd(context, nsd_id, fields=None)
get_nsds(context, filters=None, fields=None)
get_nss(context, filters=None, fields=None)
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.