Skip to content

Commit d1c9198

Browse files
committed
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
1 parent a5c1a93 commit d1c9198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/keystone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function configure_keystone {
334334
# Configure the project created by the 'keystone-manage bootstrap' as the cloud-admin project.
335335
# The users from this project are globally admin as before, but it also
336336
# 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
338338
iniset $KEYSTONE_CONF resource admin_project_name admin
339339
}
340340

0 commit comments

Comments
 (0)