Moving out the cisco n1kv section to stackforge
Since most of the n1kv plugin code resides in stackforge/networking-cisco repo, it's best to move the n1kv section there Change-Id: Ic1388980dea0d27dfa5e84869f1f20cc9bff78e5 Closes-Bug: #1441400
This commit is contained in:
parent
9c24dbeaac
commit
c34ce7c984
@ -207,45 +207,6 @@
|
|||||||
# cidr_exposed=10.10.40.2/16
|
# cidr_exposed=10.10.40.2/16
|
||||||
# gateway_ip=10.10.40.1
|
# gateway_ip=10.10.40.1
|
||||||
|
|
||||||
|
|
||||||
[ml2_cisco_n1kv]
|
|
||||||
|
|
||||||
# (StrOpt) Name of the policy profile to be associated with a port when no
|
|
||||||
# policy profile is specified during port creates.
|
|
||||||
# default_policy_profile = default-pp
|
|
||||||
|
|
||||||
# (StrOpt) Name of the VLAN network profile to be associated with a network.
|
|
||||||
# default_vlan_network_profile = default-vlan-np
|
|
||||||
|
|
||||||
# (StrOpt) Name of the VXLAN network profile to be associated with a network.
|
|
||||||
# default_vxlan_network_profile = default-vxlan-np
|
|
||||||
|
|
||||||
# (IntOpt) Time in seconds for which the plugin polls the VSM for updates in
|
|
||||||
# policy profiles.
|
|
||||||
# poll_duration = 60
|
|
||||||
|
|
||||||
# (IntOpt) Timeout duration in seconds for the http request
|
|
||||||
# http_timeout = 15
|
|
||||||
|
|
||||||
# (BoolOpt) Specify whether tenants are restricted from accessing all the
|
|
||||||
# policy profiles.
|
|
||||||
# Default value: False, indicating all tenants can access all policy profiles.
|
|
||||||
#
|
|
||||||
# restrict_policy_profiles = False
|
|
||||||
|
|
||||||
# Describe Cisco N1KV VSM connectivity
|
|
||||||
# In this section you can specify connectivity details in order for plugin
|
|
||||||
# to connect to N1KV Virtual Supervisor Module (VSM).
|
|
||||||
#
|
|
||||||
# n1kv_vsm_ips =<vsm1_ip>,<vsm2_ip>,....
|
|
||||||
# username = <username>
|
|
||||||
# password = <password>
|
|
||||||
#
|
|
||||||
# An example would be:
|
|
||||||
# n1kv_vsm_ips = 1.1.1.1,1.1.1.2
|
|
||||||
# username = user
|
|
||||||
# password = password
|
|
||||||
|
|
||||||
[ml2_cisco_ucsm]
|
[ml2_cisco_ucsm]
|
||||||
|
|
||||||
# Cisco UCS Manager IP address
|
# Cisco UCS Manager IP address
|
||||||
|
Loading…
Reference in New Issue
Block a user