Merge "Unset admin_project config options for Keystone"

This commit is contained in:
Jenkins 2016-11-16 00:04:44 +00:00 committed by Gerrit Code Review
commit 7976f31fb9
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ 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_name admin
#iniset $KEYSTONE_CONF resource admin_project_domain_name Default
#iniset $KEYSTONE_CONF resource admin_project_name admin
}
# create_keystone_accounts() - Sets up common required keystone accounts