Removing unnecessary test setting of dashboards
HORIZON_CONFIG is still being used to set default values for dashboards and default_dashboard. This method of specifying these is deprecated. All of these default behaviors are now covered in the enabled directory. Removing them to remove seeing the deprecation warning every time tests run. Closes-Bug: #1466671 Change-Id: Ifd833288f0bf2992bd810a93a74a799232f119ab
This commit is contained in:
parent
cd4900f84c
commit
4bc31025dc
@ -58,8 +58,6 @@ AUTHENTICATION_BACKENDS = ('openstack_auth.backend.KeystoneBackend',)
|
||||
SITE_BRANDING = 'OpenStack'
|
||||
|
||||
HORIZON_CONFIG = {
|
||||
'dashboards': ('project', 'admin', 'identity', 'settings', 'router',),
|
||||
'default_dashboard': 'project',
|
||||
"password_validator": {
|
||||
"regex": '^.{8,18}$',
|
||||
"help_text": "Password must be between 8 and 18 characters."
|
||||
|
Loading…
Reference in New Issue
Block a user