[ https://issues.apache.org/jira/browse/CLOUDSTACK-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15015597#comment-15015597 ]
ASF GitHub Bot commented on CLOUDSTACK-9051: -------------------------------------------- Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1086#issuecomment-158358371 @koushik-das answers: 1. not only admin , but domain admin and normal user 2. for isolated network, the user can get the information (ip, cidr) from network tab. for shared network, I am working on changing listPublicIpAddress for shared network, then it will have a dropdown which include all Free ips in the network, it is almost done. 3. it will check if the new ip is available at first, if yes, it will mark the new ip as unavaible, then unassign old ip and assign new ip. Hence, if the new ip cannot be allocated, the vm still has the old ip. This process is almost same to what CS does when assign a secondary ip (actually copy/paste). 4. This will change the private ip of isolated network, or public ip of shared network . The vm must be stopped if the network has some services (vm donot need to be stopped for QuickCloudNoServices networks). The network rules will be destroyed when CS stop the vm. > Update Ip address of NIC > ------------------------ > > Key: CLOUDSTACK-9051 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9051 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Wei Zhou > Assignee: Wei Zhou > > Sometimes we want to change the ipaddress of a NIC to a specified ip. > we need to add an API to replace the manual database change. -- This message was sent by Atlassian JIRA (v6.3.4#6332)