From 5ff8b70cdbdfb234f99378cefedc44eabb3ffc23 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 25 May 2021 16:20:27 -0700 Subject: [PATCH] [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 --- zuul.d/python-manilaclient-jobs.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/zuul.d/python-manilaclient-jobs.yaml b/zuul.d/python-manilaclient-jobs.yaml index 967cba711..84559fcc5 100644 --- a/zuul.d/python-manilaclient-jobs.yaml +++ b/zuul.d/python-manilaclient-jobs.yaml @@ -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