]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Apply patches when setting up shared hosts
authorAlex Brett <alex.brett@citrix.com>
Tue, 13 Oct 2015 12:54:27 +0000 (13:54 +0100)
committerAlex Brett <alex.brett@citrix.com>
Tue, 13 Oct 2015 12:54:27 +0000 (13:54 +0100)
exec/main.py

index 2a49130244ac4e0e047b7fe55145d836c81e1520..c857cf29c53cb84c54aeeb88f17674a3710844c4 100755 (executable)
@@ -1948,6 +1948,7 @@ if setupsharedhost:
         host = xenrt.lib.xenserver.hostFactory(hosttype)(machine,productVersion=hosttype)
         host.install(installSRType="ext")
         host.license()
+        host.applyRequiredPatches()
         sho = xenrt.SharedHost(sharedhost)
 
         macs = [sh['MAC']]