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
| ... | ... |
@@ -761,6 +761,7 @@ install_infra |
| 761 | 761 |
run_phase stack pre-install |
| 762 | 762 |
|
| 763 | 763 |
install_rpc_backend |
| 764 |
+restart_rpc_backend |
|
| 764 | 765 |
|
| 765 | 766 |
# NOTE(sdague): dlm install is conditional on one being enabled by configuration |
| 766 | 767 |
install_dlm |
| ... | ... |
@@ -952,11 +953,6 @@ EOF |
| 952 | 952 |
fi |
| 953 | 953 |
|
| 954 | 954 |
|
| 955 |
-# Finalize queue installation |
|
| 956 |
-# ---------------------------- |
|
| 957 |
-restart_rpc_backend |
|
| 958 |
- |
|
| 959 |
- |
|
| 960 | 955 |
# Export Certificate Authority Bundle |
| 961 | 956 |
# ----------------------------------- |
| 962 | 957 |
|