summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSaksham Varma <sakvarma@cisco.com>2014-08-14 14:39:20 -0700
committerSaksham Varma <sakvarma@cisco.com>2014-08-25 15:19:36 -0700
commit6e08e477a9cb46b1d371c2c9812e5ce9f4cf69be (patch)
tree5ec46cd0af9b9e3de18fd049676f5a5ca3d6788b /etc
parent0726bdd855399839ba5d3ad190bbd2fa1577e87e (diff)
downloadneutron-6e08e477a9cb46b1d371c2c9812e5ce9f4cf69be.tar.gz
Increase the default poll duration for Cisco n1kv
Increase the poll duration for Cisco N1Kv, from 10s to 60s and also clean up the /etc/neutron/plugins/cisco/cisco_plugins.ini file. The current poll duration of 10s causes that VSM to unnecessarily taking frequent CPU cycles, resulting in the failure of other tasks in scale configurations. Closes-Bug: 1357030 Change-Id: I95747f35bae5b7157391c1698c0fe84d2126aa10
Diffstat (limited to 'etc')
-rw-r--r--etc/neutron/plugins/cisco/cisco_plugins.ini29
1 files changed, 12 insertions, 17 deletions
diff --git a/etc/neutron/plugins/cisco/cisco_plugins.ini b/etc/neutron/plugins/cisco/cisco_plugins.ini
index 22c11d4ce9..fdcc8b3668 100644
--- a/etc/neutron/plugins/cisco/cisco_plugins.ini
+++ b/etc/neutron/plugins/cisco/cisco_plugins.ini
@@ -105,39 +105,34 @@
# (StrOpt) Specify the name of the integration bridge to which the VIFs are
# attached.
-#
+# Default value: br-int
# integration_bridge = br-int
# (StrOpt) Name of the policy profile to be associated with a port when no
# policy profile is specified during port creates.
-#
-# default_policy_profile =
-# Example: default_policy_profile = service_profile
+# Default value: service_profile
+# default_policy_profile = service_profile
# (StrOpt) Name of the policy profile to be associated with a port owned by
# network node (dhcp, router).
-#
-# network_node_policy_profile =
-# Example: network_node_policy_profile = dhcp_pp
+# Default value: dhcp_pp
+# network_node_policy_profile = dhcp_pp
# (StrOpt) Name of the network profile to be associated with a network when no
# network profile is specified during network creates. Admin should pre-create
# a network profile with this name.
-#
-# default_network_profile =
-# Example: default_network_profile = network_pool
+# Default value: default_network_profile
+# default_network_profile = network_pool
# (IntOpt) Time in seconds for which the plugin polls the VSM for updates in
# policy profiles.
-#
-# poll_duration =
-# Example: poll_duration = 180
+# Default value: 60
+# poll_duration = 60
# (IntOpt) Number of threads to use to make HTTP requests to the VSM.
-#
+# Default value: 4
# http_pool_size = 4
# (IntOpt) Timeout duration in seconds for the http request
-#
-# http_timeout =
-# Example: http_timeout = 15
+# Default value: 15
+# http_timeout = 15