From b0608771e53f9a12960fe229bcd2960317a58c86 Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Mon, 26 Jun 2017 11:42:52 +0900 Subject: [PATCH] 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 --- devstack/upgrade/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/upgrade/upgrade.sh b/devstack/upgrade/upgrade.sh index 156f3e5703..03357eb677 100755 --- a/devstack/upgrade/upgrade.sh +++ b/devstack/upgrade/upgrade.sh @@ -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