10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
export OS_AUTH_URL=http://keystone.example.com:5000/v3
|
|
export OS_REGION_NAME=RegionOne
|
|
export OS_PROJECT_NAME=ldap1_proj1
|
|
export OS_PROJECT_DOMAIN_NAME=domain1
|
|
export OS_USER_DOMAIN_NAME=domain1
|
|
export OS_IDENTITY_API_VERSION=3
|
|
export OS_PASSWORD=crapper
|
|
export OS_USERNAME=johndoe
|
|
|