Browse code

Merge "Change the domain name in keystone.conf"

Jenkins authored on 2016/05/18 22:42:43
Showing 1 changed files
... ...
@@ -334,7 +334,7 @@ function configure_keystone {
334 334
     # Configure the project created by the 'keystone-manage bootstrap' as the cloud-admin project.
335 335
     # The users from this project are globally admin as before, but it also
336 336
     # allows policy changes in order to clarify the adminess scope.
337
-    iniset $KEYSTONE_CONF resource admin_project_domain_name default
337
+    iniset $KEYSTONE_CONF resource admin_project_domain_name Default
338 338
     iniset $KEYSTONE_CONF resource admin_project_name admin
339 339
 }
340 340