mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2650 setting vm ip null in user_ip_address when static nat ip
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
parent
c1ad3b7974
commit
c8d607eae5
|
|
@ -155,6 +155,7 @@ public class IPAddressDaoImpl extends GenericDaoBase<IPAddressVO, Long> implemen
|
|||
address.setAssociatedWithNetworkId(null);
|
||||
address.setVpcId(null);
|
||||
address.setSystem(false);
|
||||
address.setVmIp(null);
|
||||
update(ipAddressId, address);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue