From 65aeb8fdd0f9ae84ecb41a40fa2972bc8b29b247 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Thu, 26 Nov 2015 17:36:53 +0800 Subject: [PATCH] Replacing application_catalog with application-catalog Murano has changed its type, due to the bug that prevented correct keystone communication in certain cases. Change-Id: I81a6b70c0bc829a0ba2f3dd27654985279cac197 Closes-bug: #1514692 Depends-On: Id568c0a59b2e99dc946b1f2f55f6b233fd6a1b27 --- rally/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally/consts.py b/rally/consts.py index ec1f349a..0548acdd 100644 --- a/rally/consts.py +++ b/rally/consts.py @@ -138,7 +138,7 @@ class _ServiceType(utils.ImmutableMixin, utils.EnumMixin): DATA_PROCESSING_MOS = "data_processing" OBJECT_STORE = "object-store" WORKFLOW_EXECUTION = "workflowv2" - APPLICATION_CATALOG = "application_catalog" + APPLICATION_CATALOG = "application-catalog" BARE_METAL = "baremetal" def __init__(self):