...
###
###
###
OpenStack credentials (these properties also are used in
appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
###
###
###
provider1.type=OpenStackProvider
provider1.name=OpenStack
provider1.identity=http://localhost:8181/apidoc/explorer/index.html
provider1.tenant1.name=default
provider1.tenant1.domain=defaultDefault
provider1.tenant1.userid=admin
provider1.tenant1.password=admin
...
###
###
###
OpenStack credentials (these properties also are used in
appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle)
###
###
###
provider1.type=OpenStackProvider
provider1.name=OpenStack
provider1.identity=http://10.12.25.2:5000/v3
provider1.tenant1.name=defaultAPPC
provider1.tenant1.domain=APPCDefault
provider1.tenant1.userid=APPC-admin
provider1.tenant1.password=myonapadminpassword
...
In the example above the APPC domain tenant name will be used (That is the Project in OpenStack Horizon), the username and password are examples of a username and password setup in OpenStack for APPC.
...