From c34ce7c9845cc56f981e0ee8714d1f9345df5852 Mon Sep 17 00:00:00 2001 From: Saksham Varma Date: Tue, 7 Apr 2015 18:12:02 -0700 Subject: [PATCH] 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 --- etc/neutron/plugins/ml2/ml2_conf_cisco.ini | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/etc/neutron/plugins/ml2/ml2_conf_cisco.ini b/etc/neutron/plugins/ml2/ml2_conf_cisco.ini index fa4b5b0d5..699b2ec37 100644 --- a/etc/neutron/plugins/ml2/ml2_conf_cisco.ini +++ b/etc/neutron/plugins/ml2/ml2_conf_cisco.ini @@ -207,45 +207,6 @@ # 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 =,,.... -# username = -# 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 -- 2.45.2