Files
python-barbicanclient/clientrc
Arash Ghoreyshi a496993c4f Stop overriding the endpoint when it's provided without a token
Add a default clientrc file
2013-06-21 13:39:30 -05:00

7 lines
234 B
Plaintext

export OS_TENANT_NAME=demo
export OS_USERNAME=demo
export OS_PASSWORD=password
export OS_AUTH_URL="http://keystone-int.cloudkeep.io:5000/v2.0/"
export SERVICE_ENDPOINT="http://api-01-int.cloudkeep.io:9311/v1/"
export SERVICE_TOKEN=''