mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
This fixes an issue for systemvms (CPVM and SSVM) on VMware, as eth0 is not programmed (link-local) the networking.service fails to start which is a dependency for cloud-postinit service. When cloud-postinit service fails to start/run, it fails to start the agent (cloud) process. This fixes the smoketest failures we saw in case of VMware 6.5 with 4.11. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>