Merge "correcting the elements sequence for centos+hdp+plain+debug"

This commit is contained in:
Jenkins 2014-04-24 08:25:11 +00:00 committed by Gerrit Code Review
commit 787d4e807a
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "hdp" ]; then
centos_plain_elements_sequence="vm rhel redhat-lsb sahara-version yum"
if [ "$DEBUG_MODE" = "true" ]; then
# enable the root-pwd element, for simpler local debugging of images
centos_elements_sequence=$centos_elements_sequence" root-passwd"
centos_plain_elements_sequence=$centos_plain_elements_sequence" root-passwd"
fi
# generate plain (no Hadoop components) image for testing