X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/9a91f3d9cc3e538542718641be0858e126fb0e52..d2a643d6a51efb55e24eb569328aac0f61eeb615:/files/usr/sbin/sipb-xen-remote-create diff --git a/files/usr/sbin/sipb-xen-remote-create b/files/usr/sbin/sipb-xen-remote-create index c4a62cc..4483ce1 100755 --- a/files/usr/sbin/sipb-xen-remote-create +++ b/files/usr/sbin/sipb-xen-remote-create @@ -59,6 +59,7 @@ def main(argv): host = choose_host() print 'Creating on host %s...' % host + sys.stdout.flush() return call(['remctl', host, 'remote', 'control', machine_name, 'create'] + args)