use GUEST_PASSWORD instead of PASSWORD
This commit is contained in:
parent
876e4b9a70
commit
a693655cac
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ MGT_BR=${MGT_BR:-xapi2}
|
||||||
MGT_VLAN=${MGT_VLAN:-101}
|
MGT_VLAN=${MGT_VLAN:-101}
|
||||||
|
|
||||||
# VM Password
|
# VM Password
|
||||||
PASSWORD=${PASSWORD:-secrete}
|
GUEST_PASSWORD=${GUEST_PASSWORD:-secrete}
|
||||||
|
|
||||||
# Size of image
|
# Size of image
|
||||||
VDI_MB=${VDI_MB:-2500}
|
VDI_MB=${VDI_MB:-2500}
|
||||||
|
|
Loading…
Reference in a new issue