mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CLOUDSTACk-9002: VM deployment is successful even when dhcp entry command fails - Fixed Reason: The return value of the call to accept() function in the applyRules() function of BasicNetworkTopology.java was not checked for success or failure. As a result even if it fails, exception was not thrown and VM deployment went ahead without any errors. Fix: Added the necessary checks. * pr/995: CLOUDSTACk-9002: VM deployment is successful even when dhcp entry command fails - Fixed Signed-off-by: Remi Bergsma <github@remi.nl>