Skip to content

Commit e13cf66

Browse files
committed
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 <[email protected]>
1 parent f79ec11 commit e13cf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
[[post-config|$NEUTRON_CONF]]
8484
[DEFAULT]
85-
service_plugins = ovn-router,trunk, router
85+
service_plugins = trunk,router
8686
- path: /tmp/register-worker.sh
8787
permissions: 0755
8888
content: |

0 commit comments

Comments
 (0)