-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix deprecation of CIDR_LIST parameter #5211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecation of CIDR_LIST parameter #5211
Conversation
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 559 |
|
@blueorangutan test |
|
@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
nvazquez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Trillian test result (tid-1283)
|
Description
This is a follow-up to #4037 .
The CIDR_LIST parameter was only deprecated for CreateIpForwardingRule, CreateLoadBalancerRule and CreatePortForwardingRule. It is still supported for CreateFirewallRule.
This PR documents the deprecation in all these API calls, and reverts the deprecation for CreateFirewallRule.
@weizhouapache
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
N/A