]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Moving out the cisco n1kv section to stackforge
authorSaksham Varma <sakvarma@cisco.com>
Wed, 8 Apr 2015 01:12:02 +0000 (18:12 -0700)
committerSaksham Varma <sakvarma@cisco.com>
Wed, 10 Jun 2015 18:07:08 +0000 (11:07 -0700)
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

etc/neutron/plugins/ml2/ml2_conf_cisco.ini

index fa4b5b0d529c7056865a091aaa204b01bddeb5a1..699b2ec3724fac4ccbbb9b932eba947915daa14c 100644 (file)
 # cidr_exposed=10.10.40.2/16
 # 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]
 
 # Cisco UCS Manager IP address