Fix order of installation in Devstack
Change-Id: I9a518f9006df7c83b7390eb93166f37f894c40b5 Closes-Bug: #1538066
This commit is contained in:
parent
320dec24f5
commit
8bb761e18e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user