summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone
diff options
context:
space:
mode:
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() {