mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user