Propagate exceptions correctly
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 13 Mar 2019 21:39:15 +0000 (17:39 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 18 Mar 2019 16:52:39 +0000 (16:52 +0000)
Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6
Issue-ID: CCSDK-1120
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
ms/controllerblueprints/modules/resource-dict/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/ResourceDictionaryConstants.kt

index 62ed404..d33a2f0 100644 (file)
@@ -24,7 +24,7 @@ package org.onap.ccsdk.apps.controllerblueprints.resource.dict
 object ResourceDictionaryConstants {
     const val SOURCE_INPUT = "input"
     const val SOURCE_DEFAULT = "default"
-    const val SOURCE_PRIMARY_CONFIG_DATA = "rest"
+    const val SOURCE_PRIMARY_CONFIG_DATA = "primary-config-data"
     const val SOURCE_PRIMARY_DB = "primary-db"
 
     const val MODEL_DIR_RESOURCE_DEFINITION: String = "resource_dictionary"