aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorBrent Eagles <beagles@redhat.com>2016-01-07 16:05:58 -0330
committerBrent Eagles <beagles@redhat.com>2016-01-07 16:05:58 -0330
commitd9fa3428fd4a794bddff68960c8748642017f7e4 (patch)
tree1682672a8a28735c5f7d3fa84dc76cfc74eb7e36 /overcloud.yaml
parent8ea7f348654d958c91198fc2db366a0f24b34002 (diff)
Enable the ML2 port security extension driver by default
This patch enables the port security ML2 extension driver by default. It should have no impact on users that do not explicitly modify the port security property on a port. Change-Id: I1413428a1c0329acf0276bf6032684e5e7f8e177 Closes-Bug: #1531970
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 73655198..34fba00b 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -208,7 +208,7 @@ parameters:
The mechanism drivers for the Neutron tenant network.
type: comma_delimited_list
NeutronPluginExtensions:
- default: "qos"
+ default: "qos,port_security"
description: |
Comma-separated list of extensions enabled for the Neutron plugin.
type: comma_delimited_list