You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"Usage: %s: -m <secondary storage mount point> -f <system vm template file> [-h <hypervisor name: kvm|vmware|xenserver>]\n"$(basename $0)>&2
4
+
printf"Usage: %s: -m <secondary storage mount point> -f <system vm template file> [-h <hypervisor name: kvm|vmware|xenserver> -s <mgmt server secret key>]\n"$(basename $0)>&2
5
5
printf"or\n">&2
6
-
printf"%s: -m <secondary storage mount point> -u <http url for system vm template> [-h <hypervisor name: kvm|vmware|xenserver>]\n"$(basename $0)>&2
6
+
printf"%s: -m <secondary storage mount point> -u <http url for system vm template> [-h <hypervisor name: kvm|vmware|xenserver> -s <mgmt server secret key>]\n"$(basename $0)>&2
7
7
}
8
8
9
9
failed() {
@@ -16,8 +16,9 @@ fflag=
16
16
ext="vhd"
17
17
templateId=1
18
18
hyper=
19
+
msKey=password
19
20
DISKSPACE=5120000 #free disk space required in kilobytes
0 commit comments