From d2e4688726d0d968cb880a11d5a99b35900333b0 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 2 Mar 2017 14:36:29 -0800 Subject: Adding fake urls in place of placeholders Placeholders were causing errors during install, replacing them with valid urls Change-Id: Iacc341b7f2def1ba37e6b04e24392f95dc504a6a Signed-off-by: Patrick Brady --- installation/src/main/appc-properties/appc.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installation/src') diff --git a/installation/src/main/appc-properties/appc.properties b/installation/src/main/appc-properties/appc.properties index 93025f1..8a62471 100644 --- a/installation/src/main/appc-properties/appc.properties +++ b/installation/src/main/appc-properties/appc.properties @@ -31,7 +31,7 @@ appc.topology.dg.version=2.0.0 ### ### provider1.type=test provider1.name=test -provider1.identity= +provider1.identity=http://identity1.appc.local provider1.tenant1.name=test provider1.tenant1.userid=test provider1.tenant1.password=test @@ -59,7 +59,7 @@ appc.ClosedLoop.client.secret=testCL appc.ClosedLoop.provider.url=https://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@localhost:8443/restconf/operations/appc-provider:topology-operation appc.ClosedLoop.provider.url.user=admin appc.ClosedLoop.provider.url.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -test.vm_url= +test.vm_url=http://api.appc.local/vm/9999999 # appc-event-listener-bundle properties (only defined in src/test of default.properties) -- cgit 1.2.3-korg