Fix vfc-vnflcm csit failure 33/31233/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Sun, 11 Feb 2018 07:10:53 +0000 (15:10 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Sun, 11 Feb 2018 07:10:53 +0000 (15:10 +0800)
Change-Id: Idcb39696984e52625b28baa6876b7acfc24055c8
Issue-ID: VFC-756
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/lcm/settings.py

index 85e8981..964df9f 100644 (file)
@@ -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