From e993ac074388eba8ebc96afbe5ae0e3a702921e2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Oct 2013 13:53:49 -0400 Subject: keystone: use external IP address versus localhost To make keystone work properly in a node with "real" IP addresses, both the configuration and identity setup script should use the external address and not localhost. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone/identity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone') diff --git a/meta-openstack/recipes-devtools/python/python-keystone/identity.sh b/meta-openstack/recipes-devtools/python/python-keystone/identity.sh index db222e1..df6fd1c 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone/identity.sh +++ b/meta-openstack/recipes-devtools/python/python-keystone/identity.sh @@ -14,7 +14,7 @@ MYSQL_HOST=localhost MYSQL_PASSWORD=password # KEYSTONE_REGION=RegionOne -KEYSTONE_HOST=localhost +KEYSTONE_HOST=%CONTROLLER_IP% # Shortcut function to get a newly generated ID function get_field() { -- cgit v1.2.3-54-g00ecf