From 265b1e92187efe78ef384fee2be9941d3ae909c1 Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Thu, 22 Nov 2018 21:03:15 +0800 Subject: [PATCH] fix typo issue It is "fm-rest-api" in .zuul.yaml. Correct the service name. Change-Id: Idbac53b74e0eeb5b7da5c83c2526fb3ac7be855e Signed-off-by: Shuicheng Lin --- devstack/lib/stx-fault | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/stx-fault b/devstack/lib/stx-fault index 8fd87a95..9c78ab39 100644 --- a/devstack/lib/stx-fault +++ b/devstack/lib/stx-fault @@ -58,7 +58,7 @@ function cleanup_fault { if is_service_enabled fm-common; then cleanup_fm_common fi - if is_service_enabled fm-rest_api; then + if is_service_enabled fm-rest-api; then cleanup_fm_rest_api fi }