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
This commit is contained in:
liyingjun 2015-11-26 17:36:53 +08:00
parent 6d548e633c
commit 65aeb8fdd0

View File

@ -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):