python-barbicanclient/clientrc
Chellygel 137a893561 Fix the clientrc file to match defaults and add docs
Ported over documentation about usage of clientrc file
as well as ported over the No Auth Mode section.

Change-Id: Idfaeae4f4360b5aa95494119926fd67592c0d2d8
2015-04-17 10:24:26 -05:00

20 lines
665 B
Plaintext

export OS_PROJECT_NAME=<YourProjectName>
# Either Project ID or Project Name is required
export OS_PROJECT_DOMAIN_ID=<YourProjectID>
export OS_PROJECT_DOMAIN_NAME=<YourProjectName>
# Either Domain User ID or Domain User Name is required
export OS_USER_DOMAIN_ID=<YourUserDomainID>
export OS_USER_DOMAIN_NAME=<YourUserDomainName>
# Either User ID or Username can be used
export OS_USER_ID =<YourUserID>
export OS_USERNAME=<YourUserName>
export OS_PASSWORD=<YourPassword>
# OS_AUTH_URL should be your location of Keystone
# Barbican Client defaults to Keystone V3
export OS_AUTH_URL="<YourAuthURL>:5000/v3/"
export BARBICAN_ENDPOINT="<YourBarbicanEndpoint>:9311"