Add neutron "segments" plugin to the default list

[1] Added a tests which requires "segments" plugin but
we don't have it enabled in overcloud. It is enabled in
neutron jobs from long[2]. This patch adds this plugin
to the default enabled plugins.

[1] https://review.openstack.org/#/c/558609/
[2] https://review.openstack.org/#/c/459439/

Related-Bug: #1765008
Change-Id: I1bc36c4533dcaadd81d7c93a194e9319217c69cd
(cherry picked from commit bc3600b362)
This commit is contained in:
yatin 2018-04-20 10:06:15 +05:30
parent 44c7012e17
commit 9d746aa49f
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.