use GUEST_PASSWORD instead of PASSWORD

This commit is contained in:
Anthony Young 2011-10-26 23:29:59 -07:00
parent 876e4b9a70
commit a693655cac

View file

@ -35,7 +35,7 @@ MGT_BR=${MGT_BR:-xapi2}
MGT_VLAN=${MGT_VLAN:-101}
# VM Password
PASSWORD=${PASSWORD:-secrete}
GUEST_PASSWORD=${GUEST_PASSWORD:-secrete}
# Size of image
VDI_MB=${VDI_MB:-2500}