[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:
parent
7ecc819d19
commit
5ff8b70cdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user