Adds default root password to undercloud 99/28299/1
authorTim Rozet <trozet@redhat.com>
Wed, 8 Feb 2017 19:42:16 +0000 (14:42 -0500)
committerTim Rozet <trozet@redhat.com>
Wed, 8 Feb 2017 19:42:16 +0000 (14:42 -0500)
Adds default password 'stack'

Change-Id: Ib45c0382f09b4d772d83eb984eee227cb3e23083
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/undercloud.sh

index a021013..e7f4c07 100755 (executable)
@@ -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