From e68f4b429f055331be0edb8b83d8fecd5065901f Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 31 Oct 2017 11:16:10 -0700 Subject: [PATCH] Adding openstack domain property Change-Id: I52840d1424a59290189de855cd7a7927d41392f5 Signed-off-by: Patrick Brady Issue-id: APPC-300 --- installation/src/main/properties/appc.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 5229ef8..b04ba18 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -57,6 +57,7 @@ provider1.type=OpenStackProvider provider1.name=OpenStack provider1.identity=http://localhost:8181/apidoc/explorer/index.html provider1.tenant1.name=default +provider1.tenant1.domain=default provider1.tenant1.userid=admin provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -- 2.16.6