From d1c9198bbe0e90717a9e70c662b806841bc82564 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Wed, 4 May 2016 16:09:47 +0530 Subject: [PATCH] Change the domain name in keystone.conf As we are creating a domain with id 'default' and name 'Default', we should iniset the correct name. Change-Id: If67338fbbd255b8aa1b91e18e4cf8213baebab95 --- lib/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index bcd5fab40c..3c003483f7 100644 --- a/lib/keystone +++ b/lib/keystone @@ -334,7 +334,7 @@ function configure_keystone { # Configure the project created by the 'keystone-manage bootstrap' as the cloud-admin project. # The users from this project are globally admin as before, but it also # allows policy changes in order to clarify the adminess scope. - iniset $KEYSTONE_CONF resource admin_project_domain_name default + iniset $KEYSTONE_CONF resource admin_project_domain_name Default iniset $KEYSTONE_CONF resource admin_project_name admin }