summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-02-11 15:10:53 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-02-11 15:10:53 +0800
commitd3147f6df3cb6dde72eaae9a63850ce0b15f8a12 (patch)
treebe9393c14bc36b863d5733cd330b165f0f0a0c26 /lcm
parentaf411775e11ffff3d9116a5255c1a05ce9b0e3db (diff)
Fix vfc-vnflcm csit failure
Change-Id: Idcb39696984e52625b28baa6876b7acfc24055c8 Issue-ID: VFC-756 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r--lcm/lcm/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/settings.py b/lcm/lcm/settings.py
index 85e89819..964df9f7 100644
--- a/lcm/lcm/settings.py
+++ b/lcm/lcm/settings.py
@@ -32,7 +32,7 @@ SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['*']
# Application definition