Merge "Replacing application_catalog with application-catalog"

This commit is contained in:
Jenkins 2015-12-01 18:54:10 +00:00 committed by Gerrit Code Review
commit 5ebfea073d

View File

@ -132,7 +132,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):