Move trunk service plugin to the proper list
The trunk plugin required for trunk port support in neutron was added to the incorrect plugin list. Change-Id: I8d424d6a6045e07d9fbab1a864470ceefdb1ad8e Closes-Bug: #1633079
This commit is contained in:
parent
6d72ac41c0
commit
7b047949b4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user