Enable the ML2 port security extension driver by default
authorBrent Eagles <beagles@redhat.com>
Thu, 7 Jan 2016 19:35:58 +0000 (16:05 -0330)
committerBrent Eagles <beagles@redhat.com>
Thu, 7 Jan 2016 19:35:58 +0000 (16:05 -0330)
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

overcloud.yaml
puppet/controller.yaml

index 7365519..34fba00 100644 (file)
@@ -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
index c18dc92..c2ab163 100644 (file)
@@ -501,7 +501,7 @@ parameters:
     default: ["1:1000", ]
     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