9bab0960b6
This change condenses the directory structure to something more similar to what we had before while producing similar packages. It also introduces version.py which allows us to get the version from git tags (or a fallback version if not available). Fixes lp bug 889336 Fixes lp bug 888795 Change-Id: I86136bd9dbabb5eb1f8366ed665ed9b54f695124
12 lines
486 B
INI
12 lines
486 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 7K Switch to the two UCSM 6120s, e.g.: 1/10 and 1/11
|
|
nexus_first_port=<put_interface_name_here>
|
|
nexus_second_port=<put_interface_name_here>
|
|
#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
|