diff options
author | Patrick Brady <pb071s@att.com> | 2017-09-26 08:26:27 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-09-26 15:30:15 +0000 |
commit | e7dfc10e3cd873085b39ad97f526d41321c5c8c6 (patch) | |
tree | 6498f019c61ca07c96e9890e845cae70cb569f06 /installation | |
parent | 0f883fa07618b6e9d752edc30659d183fcbb73b1 (diff) |
Change to openstack conn properties
Adding openstack connection properties so that the iaas
adapter will have a valid endpoint of some kind and will
not cause startup delays and failures.
Change-Id: I817236d87602f3c5f7afb2116eb37facff903ac9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-235
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/properties/appc.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index e68b4ab..b2d4e1c 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -53,12 +53,12 @@ org.openecomp.appc.db.pass.sdnctl=gamma ### ### ### OpenStack credentials (these properties also are used in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) ### ### ### -provider1.type=test -provider1.name=test -provider1.identity=http://identity1.appc.local/test -provider1.tenant1.name=test -provider1.tenant1.userid=test -provider1.tenant1.password=test +provider1.type=OpenStackProvider +provider1.name=OpenStack +provider1.identity=http://localhost:8181/apidoc/explorer/index.html +provider1.tenant1.name=default +provider1.tenant1.userid=admin +provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |