The networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions Module

Exceptions used by Cisco Nexus1000V ML2 mechanism driver.

exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.NetworkBindingNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Network Binding for network cannot be found.

message = u’Network Binding for network %(network_id)s could not be found.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.NetworkProfileInUse(**kwargs)

Bases: neutron_lib.exceptions.InUse

Network Profile with the given UUID is in use.

message = u’One or more network segments belonging to network profile %(profile)s is in use.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.NetworkProfileNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Network Profile with given UUID/name/network-type cannot be found.

message = u’Network Profile %(profile)s could not be found.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.PolicyProfileNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Policy Profile with given UUID/name cannot be found.

message = u’Policy Profile %(profile)s could not be found.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.PortBindingNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Port Binding for port cannot be found.

message = u’Port Binding for port %(port_id)s could not be found.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.ProfileDeletionNotSupported(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

Deletion of default network profile is not supported.

message = u’Deletion of default network profile %(profile)s is not supported.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.ProfileTenantBindingNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Profile to Tenant binding for given profile ID cannot be found.

message = u’Profile-Tenant binding for profile %(profile_id)s could not be found.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.VSMConnectionFailed(**kwargs)

Bases: neutron_lib.exceptions.ServiceUnavailable

No response from Cisco Nexus1000V VSM.

message = u’Connection to VSM failed: %(reason)s.’
exception networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions.VSMError(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

A response from Cisco Nexus1000V VSM was not HTTP OK.

message = u’Internal VSM Error: %(reason)s.’