apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
1.83k stars 1.07k forks source link

Remove "CIDR list" from Load Balancer rule #9313

Open NuxRo opened 2 days ago

NuxRo commented 2 days ago

When creating a new load balancer in either Isolated network or VPC Tier there is this option "CIDR list" - supposedly to allow traffic from it automatically. It seems like a nice idea, but it doesn't do anything and it's just confusing people, also hashtag "polish".

Can we remove it from the UI as well as from the createLoadbalancerrule API call ("cidrlist")? BTW, I'm on 4.19.

Selection_20240628-003

GutoVeronezi commented 2 days ago

Hello @NuxRo

The parameter was reintroduced in 4.18: in the API via #6460 and the UI via #6869. Therefore, it should work. Some manual tests and investigations are necessary to understand why it is not working.