The tacker.extensions.nfvo_plugins.network_service Module

The tacker.extensions.nfvo_plugins.network_service Module

exception tacker.extensions.nfvo_plugins.network_service.NSDNotFound(**kwargs)

Bases: tacker.common.exceptions.NotFound

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

Bases: tacker.common.exceptions.NotFound

message = u'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.