From 03c4ad6b2fcf8e2a9b02e9ad0eaedbe4131da210 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 10 Oct 2024 13:20:07 -0400 Subject: [PATCH] Update port-forwarding extension option text The floating IP port forwarding extension in Neutron started supporting OVN in the Victoria timeframe [0], but the charm code was never updated, it always disables it. While the code is being fixed to allow this in [1], update the config option text to better spell out when it can be enabled. [0] https://review.opendev.org/c/openstack/neutron/+/724445 [1] https://review.opendev.org/c/openstack/charm-neutron-api-plugin-ovn/+/931035 Related-bug: #2083283 Change-Id: I1bfdc42d25fb8798716aaabfacbfac9cb3d1dd84 --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index f2f45234..bdffe0a1 100755 --- a/config.yaml +++ b/config.yaml @@ -51,7 +51,8 @@ options: type: boolean default: False description: | - Setting this to True will enable port forwarding (Rocky and later). + Setting this to True will enable port forwarding. Supported in Rocky and + later for OVS, Victoria and later for OVN. openstack-origin: type: string default: caracal