From e13cf66e867e37acca119e2a7469c1a1d6b62281 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 25 Nov 2022 13:10:49 +0000 Subject: [PATCH] ci: Don't enable router-ovn We are currently using the ML2-OVS neutron, not ML2-OVN. It doesn't make sense to enable the router-ovn service and should actually result in an error [1]. Don't do it. [1] https://bugs.launchpad.net/neutron/+bug/1997970 Signed-off-by: Stephen Finucane --- hack/ci/cloud-init/controller.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/cloud-init/controller.yaml.tpl b/hack/ci/cloud-init/controller.yaml.tpl index 71986ce8b6..958ddaf5d0 100644 --- a/hack/ci/cloud-init/controller.yaml.tpl +++ b/hack/ci/cloud-init/controller.yaml.tpl @@ -82,7 +82,7 @@ [[post-config|$NEUTRON_CONF]] [DEFAULT] - service_plugins = ovn-router,trunk, router + service_plugins = trunk,router - path: /tmp/register-worker.sh permissions: 0755 content: |