File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,3 @@ prometheus_ceph_mgr_exporter_endpoints:
4848
4949# Use inventory hostnames as labels
5050prometheus_instance_label : " {% raw %}{{ ansible_facts.hostname }}{% endraw %}"
51-
52- # ############################################################################
53-
54- neutron_ovn_distributed_fip : true
Original file line number Diff line number Diff line change 11---
22upgrade :
33 - |
4- Enabled ML2/OVN by default as checks preventing accidental migration
5- from ML2/OVS were added in kolla-ansible. If you are using a Neutron
6- plugin other than ML2/OVN, set `kolla_enable_ovn` to `false`.
7- OVN distributed FIP is also enabled, to disable it set
8- `neutron_ovn_distributed_fip` to `false` in `etc/kayobe/kolla/globals.yml`.
4+ Enabled ML2/OVN by default. Checks preventing accidental migration
5+ from ML2/OVS were added in Kolla Ansible. If you are using a Neutron
6+ plugin other than ML2/OVN, set ``kolla_enable_ovn`` to ``false``.
7+
8+ OVN distributed FIP is disabled, to enable it set
9+ ``neutron_ovn_distributed_fip`` to ``true`` in
10+ ``etc/kayobe/kolla/globals.yml``.
You can’t perform that action at this time.
0 commit comments