The networking_cisco.plugins.ml2.drivers.cisco.n1kv.mech_cisco_n1kv
Module¶
ML2 Mechanism Driver for Cisco Nexus1000V distributed virtual switches.
-
class
networking_cisco.plugins.ml2.drivers.cisco.n1kv.mech_cisco_n1kv.
N1KVMechanismDriver
¶ Bases:
neutron_lib.plugins.ml2.api.MechanismDriver
-
bind_port
(context)¶
-
create_network_postcommit
(context)¶ Send network parameters to the VSM.
-
create_network_precommit
(context)¶ Update network binding information.
-
create_port_postcommit
(context)¶ Send port parameters to the VSM.
-
create_subnet_postcommit
(context)¶ Send subnet parameters to the VSM.
-
delete_network_postcommit
(context)¶ Send network delete request to the VSM.
-
delete_port_postcommit
(context)¶ Send delete port notification to the VSM.
-
delete_subnet_postcommit
(context)¶ Send delete subnet notification to the VSM.
-
initialize
()¶
-
update_network_postcommit
(context)¶ Send updated network parameters to the VSM.
-
update_port_postcommit
(context)¶ Send port parameters to the VSM.
-
update_subnet_postcommit
(context)¶ Send updated subnet parameters to the VSM.
-