bcce4502ed
Change-Id: I4ec1b5208a347a45ff729e1d8bff6fe6e37b925e Closes-Bug: #1509865
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>
|