ee589db437
Removing unused plugins and code from the Cisco plugin framework. Change-Id: Ib22d173a088ad50b410a51a1d92685259d0af473 Implements: blueprint cisco-plugin-cleanup
12 lines
315 B
INI
12 lines
315 B
INI
#Provide the Nexus credentials, if you are using Nexus
|
|
[<put_nexus_switch_ip_address_here>]
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|
|
|
|
# Provide credentials and endpoint
|
|
# for keystone here
|
|
[keystone]
|
|
auth_url=<put_keystone_endpoint_here>
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|