Merge pull request #893 from Mirantis/pick-horizon-fix

FIX: HORIZON + Django 1.5+
This commit is contained in:
Vladimir Kuklin 2013-12-02 08:06:41 -08:00
commit 2f00891fc6

View File

@ -16,6 +16,7 @@ SITE_BRANDING = 'Mirantis OpenStack Dashboard'
# For more information see:
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
# ALLOWED_HOSTS = ['horizon.example.com', 'localhost']
ALLOWED_HOSTS = ['*']
# Set SSL proxy settings:
# For Django 1.4+ pass this header from the proxy after terminating the SSL,