From dc4ea82f07e4548a01ecd58053bba250c095baf4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 12 Nov 2018 04:56:56 -0800 Subject: [PATCH] devstack: fix rest-api typo This fixes the cleanup for the rest-api since it was missing either '-' or the '_'. Change-Id: Id461458c6ba0045f28e9d26de11c318c5c4c51a4 Signed-off-by: Saul Wold --- devstack/lib/stx-fault | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/lib/stx-fault b/devstack/lib/stx-fault index fec0a5fa..8fd87a95 100644 --- a/devstack/lib/stx-fault +++ b/devstack/lib/stx-fault @@ -58,8 +58,8 @@ function cleanup_fault { if is_service_enabled fm-common; then cleanup_fm_common fi - if is_service_enabled fm-restapi; then - cleanup_fm_restapi + if is_service_enabled fm-rest_api; then + cleanup_fm_rest_api fi }