Move trunk service plugin to the proper list
authorBrent Eagles <beagles@redhat.com>
Thu, 13 Oct 2016 13:25:55 +0000 (10:55 -0230)
committerBrent Eagles <beagles@redhat.com>
Thu, 13 Oct 2016 13:25:55 +0000 (10:55 -0230)
The trunk plugin required for trunk port support in neutron was added to
the incorrect plugin list.

Change-Id: I8d424d6a6045e07d9fbab1a864470ceefdb1ad8e
Closes-Bug: #1633079

puppet/services/neutron-base.yaml
puppet/services/neutron-plugin-ml2.yaml

index 32d50d4..6bb4ba0 100644 (file)
@@ -33,7 +33,7 @@ parameters:
         from neutron.core_plugins namespace.
     type: string
   NeutronServicePlugins:
-    default: "router,qos"
+    default: "router,qos,trunk"
     description: |
         Comma-separated list of service plugin entrypoints to be loaded from the
         neutron.service_plugins namespace.
index 17e8bca..5dbae3d 100644 (file)
@@ -33,7 +33,7 @@ parameters:
     default: 'datacentre'
     description: If set, flat networks to configure in neutron plugins.
   NeutronPluginExtensions:
-    default: "qos,port_security,trunk"
+    default: "qos,port_security"
     description: |
         Comma-separated list of extensions enabled for the Neutron plugin.
     type: comma_delimited_list