Set nomulticell flag for starting nova-compute in grenade
This patch set nomulitcell flag when starting nova-compute because multi-cell rabbit setup is not necessary in Grenade. This nomulticell flag will be introduced with I08d7da843d18b426dda8a8a231039d950a4c0ce5. Closes-Bug: 1700548 Change-Id: Ib55f6359751052d41b46e31ec8e15f46e33c1193
This commit is contained in:
parent
f0e6a07ade
commit
b0608771e5
@ -106,7 +106,7 @@ start_ironic
|
||||
# may cause nova-compute failure due to LP1537076
|
||||
stop_nova_compute || true
|
||||
wait_for_keystone
|
||||
start_nova_compute
|
||||
start_nova_compute nomulticell
|
||||
|
||||
if [[ -n "$ensure_stopped" ]]; then
|
||||
ensure_services_stopped $ensure_stopped
|
||||
|
Loading…
Reference in New Issue
Block a user