summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-02 13:53:49 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 01:16:44 -0400
commite993ac074388eba8ebc96afbe5ae0e3a702921e2 (patch)
tree477114ba4663512290d31733196d92bcac61dbd6 /meta-openstack/recipes-devtools/python/python-keystone
parent3028c01846fac6e4ab9fe9ee24a04d64af076443 (diff)
downloadmeta-cloud-services-e993ac074388eba8ebc96afbe5ae0e3a702921e2.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/identity.sh2
1 files changed, 1 insertions, 1 deletions
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
14MYSQL_PASSWORD=password 14MYSQL_PASSWORD=password
15# 15#
16KEYSTONE_REGION=RegionOne 16KEYSTONE_REGION=RegionOne
17KEYSTONE_HOST=localhost 17KEYSTONE_HOST=%CONTROLLER_IP%
18 18
19# Shortcut function to get a newly generated ID 19# Shortcut function to get a newly generated ID
20function get_field() { 20function get_field() {