kolla-ansible/tools/openrc-example
Steven Dake c950212079 Use external address in openrc-example
This is mostly a docs change.  The external address should be used
rather than the internal address when sourcing openrc-example.
The internal address may not be accessible from outside the VIP
interface.

Change-Id: I10ac0c116227af9c4409a050203e2a28e3a116a2
2015-08-28 15:06:41 +00: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_external_address>:<keystone_admin_port>