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
This commit is contained in:
Steven Dake 2015-08-27 23:11:41 -07:00 committed by Jeff Peeler
parent 399117b27a
commit c950212079

View File

@ -8,4 +8,4 @@ export OS_USER_DOMAIN_ID=default
export OS_PROJECT_NAME=admin export OS_PROJECT_NAME=admin
export OS_USERNAME=admin export OS_USERNAME=admin
export OS_PASSWORD=<keystone_admin_password> export OS_PASSWORD=<keystone_admin_password>
export OS_AUTH_URL=http://<kolla_internal_address>:<keystone_admin_port> export OS_AUTH_URL=http://<kolla_external_address>:<keystone_admin_port>