b68824163d
This commit adds intelligent multiple nexus physical switch support for the Cisco plugin. The plugin also has been modified to scan for the host when an instance is created and selectively trunk VLAN's for the port for that host only. It also deletes VLANs from nexus switches when no longer required. Implements: blueprint cisco-plugin-enhancements Change-Id: I6275eb1815310d0d5a8123ca2edbc0a0937718e9
15 lines
510 B
INI
15 lines
510 B
INI
[SWITCH]
|
|
# Ip address of the switch
|
|
[[<put_nexus_switch_ip_address_here>]]
|
|
# Hostname of the node
|
|
[[[<put_hostname_here>]]]
|
|
# Port this node is connected to on the nexus switch
|
|
ports=<put_port_id_here>
|
|
# Port number where the SSH will be running at the Nexus Switch, e.g.: 22 (Default)
|
|
[[[ssh_port]]]
|
|
ssh_port=<put_port_number_here>
|
|
|
|
[DRIVER]
|
|
#name=quantum.plugins.cisco.nexus.cisco_nexus_network_driver_v2.CiscoNEXUSDriver
|
|
name=quantum.plugins.cisco.tests.unit.v2.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver
|