-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
ISSUE TYPE
Enhancement/Improvement Request /Bug
COMPONENT NAME
Component: API/ UI
CLOUDSTACK VERSION
Cloudstack version 4.18,
SUMMARY
Provide the option of disabling/Enabling Shared/Isolated/L2 networks,
Steps to reproduce the issue
-
Create a Shared network
-
Click on edit network
- Currently, the only option is to use the updateNetwork api call and update the parameter "displaynetwork" or perform the action from UI
https://cloudstack.apache.org/api/apidocs-4.18/apis/updateNetwork.html
- But once the network is displaynetwork is set to true, there is no option to enable it back from UI
Bug part
- Also listNetwork api call doesn't list the networks where displaynetwork is set even when the listall parameter is passeed
https://cloudstack.apache.org/api/apidocs-4.18/apis/listNetworks.html
list networks filter=name,displaynetwork, listall=true
Expected behavior
It would be great, if we can add enable/disable network option or provide an option to disable the display network, in the UI
or show some sort of filter column in the Ui for the list network page.
Currently the admin user has update the database or execute the api call to display the network back again
