From 8f730434f56eace2fc628f4b9f68b9a0bb800c90 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 4 Oct 2023 17:38:56 +0200 Subject: [PATCH] 6.0.0: add neutron/octavia issue Part of osism/issues#688 Signed-off-by: Christian Berendt --- doc/source/notes/6.0.0.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/notes/6.0.0.rst b/doc/source/notes/6.0.0.rst index 8046fc05..1460a58e 100644 --- a/doc/source/notes/6.0.0.rst +++ b/doc/source/notes/6.0.0.rst @@ -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 =============