NFP (contrib) - Fix password in sample diskimage script

Fix password in sample diskimage script

Change-Id: Iaaa3814449daf3f4a722441bdc1ec754b0bd4c91
This commit is contained in:
Hemanth Ravi 2016-07-26 20:14:55 -07:00
parent 535ed048c1
commit 160cdcbbd5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"image_size_in_GB": 3,
"cache_path": "~/.cache/image-create",
"elements": ["configurator", "root-passwd"],
"root_password": "oc@sc!23;)"
"root_password": "config123"
},
"ubuntu_release":
{