Merge "New Identity NG Panels missing stuff in settings.py/rst"

This commit is contained in:
Jenkins
2017-01-20 09:29:32 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -439,6 +439,7 @@ Default::
'images_panel': True,
'flavors_panel': False,
'users_panel': False,
'roles_panel': False,
'domains_panel': False
}

View File

@@ -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