diff options
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/appc-properties/appc.properties | 4 |
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) |