diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-02 13:53:49 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 01:16:44 -0400 |
| commit | e993ac074388eba8ebc96afbe5ae0e3a702921e2 (patch) | |
| tree | 477114ba4663512290d31733196d92bcac61dbd6 /meta-openstack/recipes-devtools/python/python-keystone | |
| parent | 3028c01846fac6e4ab9fe9ee24a04d64af076443 (diff) | |
| download | meta-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.sh | 2 |
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 | |||
| 14 | MYSQL_PASSWORD=password | 14 | MYSQL_PASSWORD=password |
| 15 | # | 15 | # |
| 16 | KEYSTONE_REGION=RegionOne | 16 | KEYSTONE_REGION=RegionOne |
| 17 | KEYSTONE_HOST=localhost | 17 | KEYSTONE_HOST=%CONTROLLER_IP% |
| 18 | 18 | ||
| 19 | # Shortcut function to get a newly generated ID | 19 | # Shortcut function to get a newly generated ID |
| 20 | function get_field() { | 20 | function get_field() { |
