Merge "Remove ERROR_ON_CLONE references"

This commit is contained in:
Jenkins 2015-09-24 04:51:38 +00:00 committed by Gerrit Code Review
commit 1b74e89859

View File

@ -12,12 +12,8 @@ if is_service_enabled sl-api sl-eng; then
if [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing senlin"
install_senlin
if [[ "$ERROR_ON_CLONE" == "True" ]]; then
echo_summary "This is a gate job, skip senlinclient installation"
else
echo_summary "Installing senlinclient"
install_senlinclient
fi
echo_summary "Installing senlinclient"
install_senlinclient
cleanup_senlin
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Configuring senlin"