Merge "Add neutron "segments" plugin to the default list" into stable/queens

This commit is contained in:
Zuul 2018-04-27 12:54:38 +00:00 committed by Gerrit Code Review
commit 5afa3044e9
2 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,7 @@ parameters:
from neutron.core_plugins namespace.
type: string
NeutronServicePlugins:
default: "router,qos,trunk"
default: "router,qos,segments,trunk"
description: |
Comma-separated list of service plugin entrypoints to be loaded from the
neutron.service_plugins namespace.

View File

@ -0,0 +1,5 @@
---
other:
- |
Add "segments" service plugin to the default list of
neutron service plugins.