summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 14:33:50 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commitc7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 (patch)
tree34c4d9d0d31fc4c516d37a28dac24395b5acce70 /meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
parent9edb63604d5ff6d32f5abc788acef07b015a4d59 (diff)
downloadmeta-cloud-services-c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24.tar.gz
python-keystone: Initialized Identity Service
The identity.sh script creates all the users and other configurations for the openstack services. The openrc file contains some environment variables that are used by the openstack CLI commands. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/keystone.conf')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
index c58f3d4..e25af40 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
+++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
@@ -1,6 +1,6 @@
1[DEFAULT] 1[DEFAULT]
2# A "shared secret" between keystone and other openstack services 2# A "shared secret" between keystone and other openstack services
3# admin_token = ADMIN 3admin_token=password
4 4
5# The IP address of the network interface to listen on 5# The IP address of the network interface to listen on
6# bind_host = 0.0.0.0 6# bind_host = 0.0.0.0