Fix vfc-vnfmgr csit failure 15/31215/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Sun, 11 Feb 2018 07:07:39 +0000 (15:07 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Sun, 11 Feb 2018 07:07:39 +0000 (15:07 +0800)
Change-Id: Ida2fe079f881b35b8df3218717615bfdcde4b104
Issue-ID: VFC-756
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
mgr/mgr/settings.py

index de959fe..37c1636 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