kolla/tools/openrc-example
Hui Kang bcce4502ed Use kolla_internal_address in the example rc file
Change-Id: I4ec1b5208a347a45ff729e1d8bff6fe6e37b925e
Closes-Bug: #1509865
2015-10-28 12:50:02 -04:00

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>