e609209299
Implements blueprint cisco-v2-meta-plugin This patch allows a stand alone plugin to be configured as a device sub-plugin. (changes are contained within the cisco plugin only) Change-Id: I4de53afc3a7e8c79ab8637fe04a90da1d1b05342
12 lines
545 B
INI
12 lines
545 B
INI
[SWITCH]
|
|
# Change the following to reflect the Nexus switch details
|
|
nexus_ip_address=<put_nexus_switch_ip_address_here>
|
|
#Interfaces connected from the Nexus Switch to the compute hosts ports, e.g.: 1/10 and 1/11
|
|
ports=<put_interfaces_names_here_separated_by_commas>
|
|
#Port number where the SSH will be running at the Nexus Switch, e.g.: 22 (Default)
|
|
nexus_ssh_port=22
|
|
|
|
[DRIVER]
|
|
#name=quantum.plugins.cisco.nexus.cisco_nexus_network_driver_v2.CiscoNEXUSDriver
|
|
name=quantum.plugins.cisco.tests.unit.v2.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver
|