Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ system. If you are using a Neutron plugin other than ML2/OVN, set
For new deployments using OVN, see
:kolla-ansible-doc:`reference/networking/neutron.html#ovn-ml2-ovn`.

Kolla config merging
--------------------

The Antelope release introduces Kolla config merging between Kayobe
environments and base configurations. Before Antelope, any configuration under
``$KAYOBE_CONFIG_PATH/kolla/config`` would be ignored when any Kayobe
environment was activated.

In Antelope, the Kolla configuration from the base will be merged with the
environment. This can result in significant changes to the Kolla config. Take
extra care when creating the Antelope branch of the kayobe-config and always
check the config diff.

Known issues
============

Expand Down