From c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 11 Jun 2013 14:33:50 +0300 Subject: 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 --- meta-openstack/recipes-devtools/python/python-keystone/keystone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone/keystone.conf') 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 @@ [DEFAULT] # A "shared secret" between keystone and other openstack services -# admin_token = ADMIN +admin_token=password # The IP address of the network interface to listen on # bind_host = 0.0.0.0 -- cgit v1.2.3-54-g00ecf