From 8bb761e18ea31036c5c2234c86e281d0513355ce Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Tue, 26 Jan 2016 11:20:08 +0100 Subject: [PATCH] Fix order of installation in Devstack Change-Id: I9a518f9006df7c83b7390eb93166f37f894c40b5 Closes-Bug: #1538066 --- devstack/plugin.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e3fb7b65a..1342ca560 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -294,12 +294,12 @@ function stop_designate { if is_service_enabled designate; then if [[ "$1" == "stack" && "$2" == "install" ]]; then - echo_summary "Installing Designate" - install_designate - echo_summary "Installing Designate client" install_designateclient + echo_summary "Installing Designate" + install_designate + if is_service_enabled horizon; then echo_summary "Installing Designate dashboard" install_designatedashboard