7a25b6bea3
Change-Id: Ie056a8347f6b72ffb647bfb79ee4449ca45f3fef Closes-Bug: #1476294
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
# You can customize this to match your environment by replacing the variables:
|
|
# keystone_admin_password
|
|
# kolla_internal_address
|
|
# keystone_admin_port
|
|
|
|
export OS_PROJECT_DOMAIN_ID=default
|
|
export OS_USER_DOMAIN_ID=default
|
|
export OS_PROJECT_NAME=admin
|
|
export OS_USERNAME=admin
|
|
export OS_PASSWORD=<keystone_admin_password>
|
|
export OS_AUTH_URL=http://<kolla_internal_address>:<keystone_admin_port>
|