Skip to content

Commit

Permalink
6.0.0: add neutron/octavia issue (#1090)
Browse files Browse the repository at this point in the history
Part of osism/issues#688

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 4, 2023
1 parent 8f34218 commit 9eb7bfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/notes/6.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ logs we saw failed port bindings when creating instances. A restart of ``nova_co
and ``ovn_controller`` on the compute nodes followed by a restart of
``neutron_ovn_metadata_agent`` a few minutes later solved the problem.

Both on REGIO.cloud and on the SCS environment at Plusserver there were problems in the
interaction of Octavia with Neutron.
``octavia.network.base.PlugVIPException: Bad port request: A virtual logical switch port cannot be bound to a host.``
A hoffix was added to the Neutron code which is currently already usable through the
following change in ``environments/kolla/images.yml``. A stable image will soon be
available.

.. code-block:: yaml
neutron_server_image_full: quay.io/osism/neutron-server:2023.1
General notes
=============

Expand Down

0 comments on commit 9eb7bfc

Please sign in to comment.