cloudstack/systemvm
Rohit Yadav f0491d5c72
vr: defer was broken in VR because of json name change (#2979)
After upgrade from CS 4.10 to CS 4.11, multiple VRs did not start through.
It did not properly defer the finalize config in update_config.py.
Apparently, the json files are now called differently: where it used to
be vm_dhcp_entry.json it now has a uuid added, for example
vm_metadata.json.4d727b6e-2b48-49df-81c3-b8532f3d6745.
The if statement that checks if the finalize can be safely deferred
therefore no longer matches. This PR contains a fix so finalize is
defered again.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2018-10-29 16:11:43 +05:30
..
agent CLOUDSTACK-10215: Excessive log4j debug level in CPVM could lead to FS overflow (#2391) 2018-01-08 13:05:56 +05:30
debian vr: defer was broken in VR because of json name change (#2979) 2018-10-29 16:11:43 +05:30
test Fix Python code checkstyle execute by "systemvm\test\runtests.sh" (#2576) 2018-04-18 13:07:37 -03:00
pom.xml maven: Updating pom.xml version numbers for release 4.11.2.0-SNAPSHOT (#2728) 2018-07-06 17:27:12 +05:30
systemvm-agent-descriptor.xml CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups 2017-12-23 09:22:44 +05:30