diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-30 23:37:32 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-03-30 23:39:49 -0400 |
commit | b7c0066de509b3eb2e1264966eff12cff49472e1 (patch) | |
tree | b6ad4b460e63098c196be12cb80bec69015ccd8b /build | |
parent | 55427ec21a17cd601a4abb2cab4de4694ba1a702 (diff) |
Moving undercloud root pw to debug onlydanube.1.0
Change-Id: I380d39b6c78519487dec3b053c53a9579df57f06
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 035c80d52a780125ba84d1bc5f8232c9ff2a4a17)
Diffstat (limited to 'build')
-rwxr-xr-x | build/undercloud.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index e3194e2b..de96f029 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -67,7 +67,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --install "openstack-heat-api" \ --upload ${BUILD_ROOT}/patches/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 |