From 0b2fefa1a7ebc7a53b68c59e3ce2c57b4b58f93c Mon Sep 17 00:00:00 2001 From: Eli Qiao Date: Fri, 27 May 2016 08:29:25 +0800 Subject: [PATCH] devstack: fix magnum service name in is_magnum_enabled We rename m-api, m-cond to magnum-api, magnum-cond, so need to fix it in is_magnum_enabled too. Change-Id: Ifbb290a4b6900636e0964510b4f95d7bc44a84a3 --- devstack/lib/magnum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/magnum b/devstack/lib/magnum index a7a5a66ff7..76ec9dee67 100644 --- a/devstack/lib/magnum +++ b/devstack/lib/magnum @@ -77,7 +77,7 @@ fi # Test if any magnum services are enabled # is_magnum_enabled function is_magnum_enabled { - [[ ,${ENABLED_SERVICES} =~ ,"m-" ]] && return 0 + [[ ,${ENABLED_SERVICES} =~ ,"magnum-" ]] && return 0 return 1 } # cleanup_magnum() - Remove residual data files, anything left over from previous