diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-08 14:42:16 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-08 14:42:16 -0500 |
commit | 5c095100f18260017ec3914368b672a0f1751304 (patch) | |
tree | a79480f25bbb8134bbe8915684362ba4a8d6faf1 /build | |
parent | 3c960945ebb7e25b73194436e67bf65c68acf791 (diff) |
Adds default root password to undercloud
Adds default password 'stack'
Change-Id: Ib45c0382f09b4d772d83eb984eee227cb3e23083
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-x | build/undercloud.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index a0210131..e7f4c07b 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -74,6 +74,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload ${BUILD_DIR}/image.pyc:/root \ --upload ${BUILD_ROOT}/0001-Removes-doing-yum-update.patch:/usr/lib/python2.7/site-packages/ \ --run-command "cd /usr/lib/python2.7/site-packages/ && patch -p1 < 0001-Removes-doing-yum-update.patch" \ + --root-password password:stack \ -a undercloud_build.qcow2 mv -f undercloud_build.qcow2 undercloud.qcow2 |