mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-03 12:21:33 +00:00
Add call to Agent.SearchForVMMStartup() in Agent.Run()
Changed: Agent.Run()
This commit is contained in:
@@ -1989,6 +1989,9 @@ class Agent(Util):
|
||||
if IsLinux():
|
||||
SetFileContents("/var/run/waagent.pid", str(os.getpid()) + "\n")
|
||||
|
||||
# Determine if we are in VMM. Spawn VMM_STARTUP_SCRIPT_NAME if found.
|
||||
self.SearchForVMMStartup()
|
||||
|
||||
if GetIpv4Address() == None:
|
||||
Log("Waiting for network.")
|
||||
while(GetIpv4Address() == None):
|
||||
|
||||
Reference in New Issue
Block a user