diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-31 11:16:10 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-31 11:16:16 -0700 |
commit | e68f4b429f055331be0edb8b83d8fecd5065901f (patch) | |
tree | 251e42694b47d7a53769c52ffbeab0d32e07a47e | |
parent | 6865570e7a782da0b8b7cdadd4d98c769f31e2a6 (diff) |
Adding openstack domain property
Change-Id: I52840d1424a59290189de855cd7a7927d41392f5
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-300
-rw-r--r-- | installation/src/main/properties/appc.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |