summaryrefslogtreecommitdiff
path: root/openstack_auth/tests/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/tests/settings.py')
-rw-r--r--openstack_auth/tests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack_auth/tests/settings.py b/openstack_auth/tests/settings.py
index 9590d51..1e750a2 100644
--- a/openstack_auth/tests/settings.py
+++ b/openstack_auth/tests/settings.py
@@ -13,6 +13,8 @@
import os
+ALLOWED_HOSTS = ['*']
+
DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3'}}
INSTALLED_APPS = [