From b1d8519b40845c3b28c32e530010aa015f970185 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 23 Feb 2017 08:01:32 -0800 Subject: [PATCH] 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 --- stack.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stack.sh b/stack.sh index 94315e1368..2f43db7418 100755 --- a/stack.sh +++ b/stack.sh @@ -761,6 +761,7 @@ install_infra run_phase stack pre-install install_rpc_backend +restart_rpc_backend # NOTE(sdague): dlm install is conditional on one being enabled by configuration install_dlm @@ -952,11 +953,6 @@ EOF fi -# Finalize queue installation -# ---------------------------- -restart_rpc_backend - - # Export Certificate Authority Bundle # -----------------------------------