Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit 8a887c0

Browse files
committed
start agent after template download is done
1 parent ce4071b commit 8a887c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ def configMyCloud(self):
548548
cfo.addEntry("resource", "com.cloud.storage.resource.LocalSecondaryStorageResource|com.cloud.agent.resource.computing.CloudZonesComputingResource")
549549
cfo.save()
550550

551-
self.syscfg.svo.stopService("cloud-agent")
552-
self.syscfg.svo.enableService("cloud-agent")
551+
#self.syscfg.svo.stopService("cloud-agent")
552+
#self.syscfg.svo.enableService("cloud-agent")
553553
return True
554554
except:
555555
raise

0 commit comments

Comments
 (0)