Browse code

Merge "Unset admin_project config options for Keystone"

Jenkins authored on 2016/11/16 09:04:44
Showing 1 changed files
... ...
@@ -337,8 +337,8 @@ function configure_keystone {
337 337
     # Configure the project created by the 'keystone-manage bootstrap' as the cloud-admin project.
338 338
     # The users from this project are globally admin as before, but it also
339 339
     # allows policy changes in order to clarify the adminess scope.
340
-    iniset $KEYSTONE_CONF resource admin_project_domain_name Default
341
-    iniset $KEYSTONE_CONF resource admin_project_name admin
340
+    #iniset $KEYSTONE_CONF resource admin_project_domain_name Default
341
+    #iniset $KEYSTONE_CONF resource admin_project_name admin
342 342
 }
343 343
 
344 344
 # create_keystone_accounts() - Sets up common required keystone accounts