components/openstack/horizon/files/local_settings.py
branchs11-update
changeset 3077 3e8d5f02f4a0
parent 3028 5e73a3a3f66a
child 1944 56ac2df1785b
equal deleted inserted replaced
3073:7ff897151ce7 3077:3e8d5f02f4a0
    44     },
    44     },
    45     'help_url': "http://docs.openstack.org",
    45     'help_url': "http://docs.openstack.org",
    46     'exceptions': {'recoverable': exceptions.RECOVERABLE,
    46     'exceptions': {'recoverable': exceptions.RECOVERABLE,
    47                    'not_found': exceptions.NOT_FOUND,
    47                    'not_found': exceptions.NOT_FOUND,
    48                    'unauthorized': exceptions.UNAUTHORIZED},
    48                    'unauthorized': exceptions.UNAUTHORIZED},
       
    49     'customization_module': 'openstack_dashboard.overrides',
    49 }
    50 }
    50 
    51 
    51 # Specify a regular expression to validate user passwords.
    52 # Specify a regular expression to validate user passwords.
    52 # HORIZON_CONFIG["password_validator"] = {
    53 # HORIZON_CONFIG["password_validator"] = {
    53 #     "regex": '.*',
    54 #     "regex": '.*',