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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user