zuul: Add the neutron devstack plugin and enable neutron-trunk service

Depends-On: https://review.opendev.org/c/openstack/devstack/+/811303

Closes-Bug: #1945346
Change-Id: I3326ef7ea5f7340c8dc1e8c21fa977bc1b0ddba6
This commit is contained in:
Lee Yarwood 2021-09-27 13:11:24 +01:00 committed by Ghanshyam
parent e830e1d708
commit 6aae2a9cfa
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,8 @@
grenade_localrc:
# enable the execution of the base smoke tests by default
BASE_RUN_SMOKE: True
devstack_plugins:
neutron: https://opendev.org/openstack/neutron
devstack_services:
# Core services enabled for this branch.
# This list replaces the test-matrix.
@ -244,6 +246,7 @@
# neutron-l3: true
# neutron-metadata-agent: true
# neutron-metering: true
neutron-trunk: true
# Swift services
s-account: true
s-container: true