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

Exceptions used by Cisco UCSM ML2 mechanism driver.

exception networking_cisco.plugins.ml2.drivers.cisco.ucsm.exceptions.UcsmConfigDeleteFailed(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u’Failed to delete %(config)s on UCS Manager %(ucsm_ip)s. Reason: %(exc)s.’
exception networking_cisco.plugins.ml2.drivers.cisco.ucsm.exceptions.UcsmConfigFailed(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u’Failed to configure %(config)s on UCS Manager %(ucsm_ip)s. Reason: %(exc)s.’
exception networking_cisco.plugins.ml2.drivers.cisco.ucsm.exceptions.UcsmConfigReadFailed(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u’Unable to read config from UCS Manager %(ucsm_ip)s. Reason: %(exc)s.’
exception networking_cisco.plugins.ml2.drivers.cisco.ucsm.exceptions.UcsmConnectFailed(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u’Unable to connect to UCS Manager %(ucsm_ip)s. Reason: %(exc)s.’
exception networking_cisco.plugins.ml2.drivers.cisco.ucsm.exceptions.UcsmDisconnectFailed(**kwargs)

Bases: neutron_lib.exceptions.NeutronException

message = u’Disconnect to UCS Manager %(ucsm_ip)s failed. Reason: %(exc)s.’