[ci] fix neutron services in functional job

OVN is now enabled by default as a neutron ml2 backend,
so lets adjust the services enabled to match that
of devstack and avoid validation errors:

lib/neutron_plugins/ovn_agent:ovn_sanity_check:365 :   die 365 'The q-agt/neutron-agt service must be disabled with OVN.'

Change-Id: I9a0491a985fb6c36948e41419f94333ddf5d35a3
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2021-05-25 16:20:27 -07:00
parent 7ecc819d19
commit 5ff8b70cdb
1 changed files with 7 additions and 6 deletions

View File

@ -74,10 +74,11 @@
devstack_services:
# Keystone
key: true
# Neutron
q-agt: true
q-dhcp: true
q-l3: true
q-meta: true
q-metering: true
# OVN services
ovn-controller: true
ovn-northd: true
ovs-vswitchd: true
ovsdb-server: true
# Neutron services
q-svc: true
q-ovn-metadata-agent: true