add sample root password

This commit is contained in:
Olivier Sallou 2013-07-10 16:34:28 +02:00
parent 5e6ac546cd
commit 1bfff5221a

View file

@ -3,7 +3,8 @@
"virtualization": "virtio", "virtualization": "virtio",
"credentials" : { "credentials" : {
"access-key": null, "access-key": null,
"secret-key": null "secret-key": null,
"root": "test"
}, },
"bootstrapper": { "bootstrapper": {
@ -21,7 +22,8 @@
"architecture": "amd64", "architecture": "amd64",
"timezone" : "UTC", "timezone" : "UTC",
"locale" : "en_US", "locale" : "en_US",
"charmap" : "UTF-8" "charmap" : "UTF-8",
"mirror" : "ftp://ftp.fr.debian.org/debian/"
}, },
"volume": { "volume": {
"backing" : "raw", "backing" : "raw",