Merge "Drop unnecessary LOCALE_PATHS from settings.py"

This commit is contained in:
Zuul 2019-01-13 16:43:54 +00:00 committed by Gerrit Code Review
commit 7068f286b2
1 changed files with 0 additions and 5 deletions

View File

@ -258,11 +258,6 @@ USE_I18N = True
USE_L10N = True
USE_TZ = True
LOCALE_PATHS = [
'horizon/locale',
'openstack_dashboard/locale',
]
# Set OPENSTACK_CLOUDS_YAML_NAME to provide a nicer name for this cloud for
# the clouds.yaml file than "openstack".
OPENSTACK_CLOUDS_YAML_NAME = 'openstack'