From c950212079cbc8be9affc9316f4e61e53133c913 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Thu, 27 Aug 2015 23:11:41 -0700
Subject: [PATCH] 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
---
 tools/openrc-example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/openrc-example b/tools/openrc-example
index 2dda3aed35..4d00f0ffbc 100644
--- a/tools/openrc-example
+++ b/tools/openrc-example
@@ -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_internal_address>:<keystone_admin_port>
+export OS_AUTH_URL=http://<kolla_external_address>:<keystone_admin_port>