aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-plugin-ml2.yaml
diff options
context:
space:
mode:
authorBrent Eagles <beagles@redhat.com>2016-08-30 14:49:46 -0230
committerBrent Eagles <beagles@redhat.com>2016-08-30 15:27:33 -0230
commit288088a13319cf486d1f34a11b61843c7cc89d27 (patch)
tree3851d55170da9f3c15e105ea2ab1fee51e2ee28f /puppet/services/neutron-plugin-ml2.yaml
parenta48f946e917b8b4021ea89c318c70e4771e2e211 (diff)
Add trunking plugin to list of default ML2 service plugins
This patch adds the 'trunk' service plugin to the list of plugins enabled by default when using the ML2 plugin. This service plugin enables the VLAN-aware-VM feature in Neutron. Closes-Bug: 1618570 Change-Id: Ic55706d05adc9fa8baa2828ae4c939c11deb2083
Diffstat (limited to 'puppet/services/neutron-plugin-ml2.yaml')
-rw-r--r--puppet/services/neutron-plugin-ml2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml
index 5dbae3dc..17e8bca1 100644
--- a/puppet/services/neutron-plugin-ml2.yaml
+++ b/puppet/services/neutron-plugin-ml2.yaml
@@ -33,7 +33,7 @@ parameters:
default: 'datacentre'
description: If set, flat networks to configure in neutron plugins.
NeutronPluginExtensions:
- default: "qos,port_security"
+ default: "qos,port_security,trunk"
description: |
Comma-separated list of extensions enabled for the Neutron plugin.
type: comma_delimited_list