Skip to content

Commit

Permalink
Mention octavia valid interfaces in the release notes (#1376)
Browse files Browse the repository at this point in the history
Related to osism/issues#1021

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored May 18, 2024
1 parent cf8f5cf commit ea907a5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/source/notes/7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,27 @@ Known issues
osism: 'update manager' is not an osism command. See 'osism --help'.
* With some upgrades we noticed that in certain constellations there were problems with the
OpenStack Octavia service, which could be prevented if the parameter ``valid_interfaces`` was added
to the ``environments/kolla/files/overlays/octavia.conf`` file ([osism/issues#1021](https://github.com/osism/issues/issues/1021)).

.. code-block:: ini
[certificates]
valid_interfaces = internal
[keystone_authtoken]
valid_interfaces = internal
[glance]
valid_interfaces = internal
[neutron]
valid_interfaces = internal
[nova]
valid_interfaces = internal
Other
-----

Expand Down

0 comments on commit ea907a5

Please sign in to comment.