-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to delete shared network (specifyVlan=false and no services) #10261
Comments
does this: #10168 address the issue? basically, the PR prevents creation of shared networks without an ip range |
@Pearl1594, yes, I think so. The NPE is thrown when the Regarding this bug |
Thanks @bernardodemarco, for fixing the listing issue. @Pearl1594 the NPE here is due to the vlan / broadcast uri not specified. Even when IP range is validated, we should add condition to get the broadcast uri scheme when specifyvlan is true. #10168 does validation for IP range only, so still there is chance of NPE while deleting network. |
@sureshanaparti , after we merge #10168, will we need more fixes to close this? |
Unable to delete shared network (with specifyVlan=false and no services)
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
Agnostic of OS
STEPS TO REPRODUCE
Ex:
create network acltype=domain name=test-shared-network displaytext=test-shared-network networkofferingid=3dc6968e-6503-4fa3-8a38-09da72d7a846 gateway=1.1.1.1 netmask=255.255.255.0 physicalnetworkid=7691b1b8-2438-4843-9802-cb7f458d7757 zoneid=5b53d47b-d56a-4e6d-927c-3b61a58edf9f
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: