Move rpc backend start/configure to earlier
Because things like nova may need to create vhosts in the rpc backend, we need to have started and created credentials before we configure the service. Change-Id: I01c9c5288e197fc50a8a4a032e3a32cd166eb180
This commit is contained in:
parent
24b58a9a1a
commit
b1d8519b40
6
stack.sh
6
stack.sh
@ -761,6 +761,7 @@ install_infra
|
|||||||
run_phase stack pre-install
|
run_phase stack pre-install
|
||||||
|
|
||||||
install_rpc_backend
|
install_rpc_backend
|
||||||
|
restart_rpc_backend
|
||||||
|
|
||||||
# NOTE(sdague): dlm install is conditional on one being enabled by configuration
|
# NOTE(sdague): dlm install is conditional on one being enabled by configuration
|
||||||
install_dlm
|
install_dlm
|
||||||
@ -952,11 +953,6 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Finalize queue installation
|
|
||||||
# ----------------------------
|
|
||||||
restart_rpc_backend
|
|
||||||
|
|
||||||
|
|
||||||
# Export Certificate Authority Bundle
|
# Export Certificate Authority Bundle
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user