Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0.0a: add octavia persistence #1230

Merged
merged 1 commit into from
Feb 19, 2024
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
9 changes: 8 additions & 1 deletion doc/source/notes/7.0.0a.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,20 @@ Upgrade notes

nova_backend: default

* The persistence feature in Octavia was enabled by default. This requires an additional
database, which is only created when Octavia play is run in bootstrap mode first.

.. code-block:: none

osism apply octavia -e kolla_action=bootstrap

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

* The manager service is updated via ``osism update manager``. If this command is not yet
available, you can use ``osism-update-manager`` as an alternative.

.. code-block:: ini
.. code-block:: none

osism: 'update manager' is not an osism command. See 'osism --help'.

Expand Down