diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index c8f17d3b3..88eddd1bd 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -48,7 +48,3 @@ prometheus_ceph_mgr_exporter_endpoints: # Use inventory hostnames as labels prometheus_instance_label: "{% raw %}{{ ansible_facts.hostname }}{% endraw %}" - -############################################################################# - -neutron_ovn_distributed_fip: true diff --git a/releasenotes/notes/enable_ovn-b84974f398242dcb.yaml b/releasenotes/notes/enable_ovn-b84974f398242dcb.yaml index 21e253eda..3267a0447 100644 --- a/releasenotes/notes/enable_ovn-b84974f398242dcb.yaml +++ b/releasenotes/notes/enable_ovn-b84974f398242dcb.yaml @@ -1,8 +1,10 @@ --- upgrade: - | - Enabled ML2/OVN by default as checks preventing accidental migration - from ML2/OVS were added in kolla-ansible. If you are using a Neutron - plugin other than ML2/OVN, set `kolla_enable_ovn` to `false`. - OVN distributed FIP is also enabled, to disable it set - `neutron_ovn_distributed_fip` to `false` in `etc/kayobe/kolla/globals.yml`. \ No newline at end of file + Enabled ML2/OVN by default. Checks preventing accidental migration + from ML2/OVS were added in Kolla Ansible. If you are using a Neutron + plugin other than ML2/OVN, set ``kolla_enable_ovn`` to ``false``. + + OVN distributed FIP is disabled, to enable it set + ``neutron_ovn_distributed_fip`` to ``true`` in + ``etc/kayobe/kolla/globals.yml``.