Do not cleanup_senlin_dashboard in devstack install step

Change-Id: Ibf2e3b34d001f386ac0bb0eb3feea8054c6b1e0c
This commit is contained in:
jing.liuqing 2017-02-04 23:55:59 +08:00
parent 4a9c648593
commit 931bddda3b

View File

@ -17,7 +17,6 @@ if is_service_enabled sl-api sl-eng; then
if is_service_enabled horizon; then
echo_summary "Installing senlin dashboard"
install_senlin_dashboard
cleanup_senlin_dashboard
fi
cleanup_senlin
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then