Merge "Removing unnecessary test setting of dashboards"
This commit is contained in:
commit
9dc6def8e1
@ -58,8 +58,6 @@ AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
|
|||||||
SITE_BRANDING = 'OpenStack'
|
SITE_BRANDING = 'OpenStack'
|
||||||
|
|
||||||
HORIZON_CONFIG = {
|
HORIZON_CONFIG = {
|
||||||
'dashboards': ('project', 'admin', 'identity', 'settings', 'router',),
|
|
||||||
'default_dashboard': 'project',
|
|
||||||
"password_validator": {
|
"password_validator": {
|
||||||
"regex": '^.{8,18}$',
|
"regex": '^.{8,18}$',
|
||||||
"help_text": "Password must be between 8 and 18 characters."
|
"help_text": "Password must be between 8 and 18 characters."
|
||||||
|
Loading…
Reference in New Issue
Block a user