f5c3a0e5f5
Implements blueprint cisco-nxos-enables-multiple-ports Change-Id: I4e8bccff19eb5b13895d7083623b7291b8c8bf7e
12 lines
542 B
INI
12 lines
542 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.CiscoNEXUSDriver
|
|
name=quantum.plugins.cisco.tests.unit.v2.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver
|