aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-02 14:36:29 -0800
committerPatrick Brady <pb071s@att.com>2017-03-02 14:36:37 -0800
commitd2e4688726d0d968cb880a11d5a99b35900333b0 (patch)
tree0d3ef4c26721043f0560a683c020d9637ca91340
parente1021f68b3447da6cfeaa8c5fa3d14602cc95919 (diff)
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 <pb071s@att.com>
-rw-r--r--installation/src/main/appc-properties/appc.properties4
1 files changed, 2 insertions, 2 deletions
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=<OPENSTACK_IDENTITY_API_URL>
+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=<OPENSTACK_API_URL>
+test.vm_url=http://api.appc.local/vm/9999999
# appc-event-listener-bundle properties (only defined in src/test of default.properties)