Use kolla_internal_address in the example rc file

Change-Id: I4ec1b5208a347a45ff729e1d8bff6fe6e37b925e
Closes-Bug: #1509865
This commit is contained in:
Hui Kang 2015-10-28 12:50:02 -04:00
parent 9bb4058489
commit bcce4502ed

View File

@ -8,4 +8,4 @@ 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>
export OS_AUTH_URL=http://<kolla_internal_address>:<keystone_admin_port>