New Identity NG Panels missing stuff in settings.py/rst
Newly added NG panels are missing some definitions in settings.py and settings.rst NG Domains default is not defined in settings.py https://review.openstack.org/#/c/387771/ NG Roles default should be described in settings.rst documentation https://review.openstack.org/#/c/222825/ Change-Id: I0bddbf2c829467c2c1ea20d96124c66ec46c50b4
This commit is contained in:
parent
196cd93a13
commit
e152d398ff
@ -439,6 +439,7 @@ Default::
|
||||
'images_panel': True,
|
||||
'flavors_panel': False,
|
||||
'users_panel': False,
|
||||
'roles_panel': False,
|
||||
'domains_panel': False
|
||||
}
|
||||
|
||||
|
@ -316,7 +316,8 @@ ANGULAR_FEATURES = {
|
||||
'images_panel': True,
|
||||
'flavors_panel': False,
|
||||
'users_panel': False,
|
||||
'roles_panel': False
|
||||
'roles_panel': False,
|
||||
'domains_panel': False
|
||||
}
|
||||
|
||||
# Notice all customizable configurations should be above this line
|
||||
|
Loading…
Reference in New Issue
Block a user