-
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
The release reserved ip functionality doesn't work from the UI #7965
Comments
@kiranchavala in short, it is expected result. |
@weizhouapache thanks wei, I missed the filter closing the issue |
@weizhouapache , i think we can show the release reserved icon only when the reserved filter state is selected For the allocated ip address we can remove the icon |
yes, it could be a valid UI improvement request. @kiranchavala |
ISSUE TYPE
COMPONENT NAME
Component: UI
CLOUDSTACK VERSION
Cloudstack version 4.18
SUMMARY
The release reserved ip functionality doesn't work from the UI if the IP state is Allocated
https://cloudstack.apache.org/api/apidocs-4.18/apis/reserveIpAddress.html
We can display
Steps to reproduce the issue
Create an isolated network
Aquire some public ip for the network
Network > Guest network > Public Ip address > Aquire ip
Network > Public Ip address > select some Public ip address for the network > and perform Release reserved ip
It informs to execute the disassociateIpAddress api call
https://cloudstack.apache.org/api/apidocs-4.18/apis/disassociateIpAddress.html
https://cloudstack.apache.org/api/apidocs-4.18/apis/releaseIpAddress.html
The api calls works fine
The text was updated successfully, but these errors were encountered: