summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-29 09:15:49 +0000
committerGerrit Code Review <review@openstack.org>2014-08-29 09:15:49 +0000
commit281491fed788a764f8fab37305f94e21944e1e45 (patch)
tree1e39270628554e364e8fd8af54bdb3cc5fab2473 /etc
parent5157e8fb2d41e1d4379a131fe2ed1f5de6fc74ee (diff)
parent35ab880e0fccfd05df012dadb49f97a7ccf73e73 (diff)
downloadneutron-281491fed788a764f8fab37305f94e21944e1e45.tar.gz
Merge "Add config for visibility of cisco-policy-profile"
Diffstat (limited to 'etc')
-rw-r--r--etc/neutron/plugins/cisco/cisco_plugins.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/neutron/plugins/cisco/cisco_plugins.ini b/etc/neutron/plugins/cisco/cisco_plugins.ini
index fdcc8b3668..1bfb46dc82 100644
--- a/etc/neutron/plugins/cisco/cisco_plugins.ini
+++ b/etc/neutron/plugins/cisco/cisco_plugins.ini
@@ -129,6 +129,12 @@
# Default value: 60
# poll_duration = 60
+# (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
+
# (IntOpt) Number of threads to use to make HTTP requests to the VSM.
# Default value: 4
# http_pool_size = 4