Tonitzpp opened a new pull request, #12951: URL: https://github.com/apache/cloudstack/pull/12951
### Description Currently, when creating a new network offering through the CloudStack graphical interface it is not possible to specify the `specifyipranges` parameter. Furthermore, the default value of the `egressdefaultpolicy` field is `DENY`, while the API's default is `ALLOW`. This PR made modifications to add the `specifyipranges` field to the form and change the default value of `egressdefaultpolicy`. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] Build/CI - [ ] Test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor ### Screenshots (if appropriate): ### How Has This Been Tested? In the CloudStack graphical interface, I opened the create new network offering form and checked the new `specifyipranges` parameter was only in the `Isolated` guest type and checked that the default value of `egressdefaultpolicy` is now `Allow`. After creating the new network offering, I created a new network and it was observed in the form that the fields to specify the IPs ranges were present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
