You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE
/kind feature What happened:
I've experienced an issue with routing controller on one of OpenStack cloud providers. This provider has disabled allowed_address_pairs for network ports, whereas OCCM tries to install them and reverts all changes (including created route in router).
I can implement this if maintainers agree with this feature.
What you expected to happen:
Config option to disable adding allowed_address_pairs for network port, so that users could disable this feature as it is not necessary on VMs of such providers.
How to reproduce it:
Have no idea, as I'm just a customer.
Anything else we need to know?:
Native routing works fine without altering allowed_address_pairs on VMs' ports.
Environment:
openstack-cloud-controller-manager(or other related binary) version: 1.28.1
OpenStack version: Neutron v2.0
Others: Kubernetes 1.28.0
The text was updated successfully, but these errors were encountered:
FEATURE
/kind feature
What happened:
I've experienced an issue with routing controller on one of OpenStack cloud providers. This provider has disabled
allowed_address_pairs
for network ports, whereas OCCM tries to install them and reverts all changes (including created route in router).I can implement this if maintainers agree with this feature.
What you expected to happen:
Config option to disable adding
allowed_address_pairs
for network port, so that users could disable this feature as it is not necessary on VMs of such providers.How to reproduce it:
Have no idea, as I'm just a customer.
Anything else we need to know?:
Native routing works fine without altering
allowed_address_pairs
on VMs' ports.Environment:
The text was updated successfully, but these errors were encountered: