Remove quotes 51/24051/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 17 Nov 2017 11:37:51 +0000 (12:37 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 17 Nov 2017 11:37:51 +0000 (12:37 +0100)
Remove the quotes in the properties file

Change-Id: Id0f2c78dee291ab251fee41166645a0ede5298ec
Issue-ID: CLAMP-74
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/resources/clds/clds-reference.properties
src/test/resources/clds/clds-reference.properties

index 3b2e0a1..998bf7c 100644 (file)
@@ -88,7 +88,7 @@ sdc.artifactType=DCAE_INVENTORY_BLUEPRINT
 sdc.locationArtifactLabel=locationclampcockpit\r
 sdc.locationArtifactType=DCAE_INVENTORY_JSON\r
 sdc.InstanceID=X-ECOMP-InstanceID\r
-sdc.header.requestId = X-ECOMP-RequestID\r
+sdc.header.requestId=X-ECOMP-RequestID\r
 #\r
 #\r
 ui.location.default={"DC1":"Data Center 1","DC2":"Data Center 2","DC3":"Data Center 3"}\r
@@ -105,5 +105,5 @@ DCAE_INVENTORY_URL = http://dcae.api.simpledemo.onap.org:8080
 \r
 #DCAE Dispatcher Url Properties\r
 DCAE_DISPATCHER_URL = http://dcae.api.simpledemo.onap.org:8080\r
-dcae.header.requestId = "X-ECOMP-RequestID"
+dcae.header.requestId = X-ECOMP-RequestID
 \r
index be289f8..4627269 100644 (file)
@@ -88,7 +88,7 @@ sdc.artifactType=DCAE_INVENTORY_BLUEPRINT
 sdc.locationArtifactLabel=locationclampcockpit\r
 sdc.locationArtifactType=DCAE_INVENTORY_JSON\r
 sdc.InstanceID=X-ECOMP-InstanceID\r
-sdc.header.requestId = X-ECOMP-RequestID\r
+sdc.header.requestId=X-ECOMP-RequestID\r
 #\r
 #\r
 ui.location.default={"DC1":"Data Center 1","DC2":"Data Center 2","DC3":"Data Center 3"}\r
@@ -105,5 +105,5 @@ DCAE_INVENTORY_URL = http://dcae.api.simpledemo.onap.org:8080
 \r
 #DCAE Dispatcher Url Properties\r
 DCAE_DISPATCHER_URL = http://dcae.api.simpledemo.onap.org:8080\r
-dcae.header.requestId = "X-ECOMP-RequestID"\r
+dcae.header.requestId = X-ECOMP-RequestID\r
 \r