Sync default OPENSTACK_KEYSTONE_DEFAULT_ROLE with keystone
bug 1264228 changes OPENSTACK_KEYSTONE_DEFAULT_ROLE in example local_settings.py and the document from "Member" to "_member_" which is the default config value in keystone. However, OPENSTACK_KEYSTONE_DEFAULT_ROLE in settings.py is not changed and the default value is still "Member". Change-Id: I4bd4e2388bb2678f80e4f744682699f69252a732 Closes-Bug: #1296429
This commit is contained in:
parent
ca0e1e0284
commit
0faeb80a26
@ -195,7 +195,7 @@ USE_I18N = True
|
||||
USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = 'Member'
|
||||
OPENSTACK_KEYSTONE_DEFAULT_ROLE = '_member_'
|
||||
|
||||
DEFAULT_EXCEPTION_REPORTER_FILTER = 'horizon.exceptions.HorizonReporterFilter'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user