Skip to content

Commit

Permalink
ci: Don't enable router-ovn
Browse files Browse the repository at this point in the history
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 <stephenfin@redhat.com>
  • Loading branch information
stephenfin committed Nov 25, 2022
1 parent f79ec11 commit e13cf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/cloud-init/controller.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e13cf66

Please sign in to comment.