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:
Hironori Shiina 2017-06-26 11:42:52 +09:00 committed by Vladyslav Drok
parent f0e6a07ade
commit b0608771e5
1 changed files with 1 additions and 1 deletions

View File

@ -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