aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-08-30 09:23:58 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-08-30 09:23:58 +0800
commit8ef6a026f12a63f614cc9c62691181a2fa5c079d (patch)
treec78b647a3a61cd159ee8abc47b95898d80c81b5d
parented23714e412e6e0db51d5377a4217c15024a8bca (diff)
Fix csit job error for vfc-nfvo-lcm
Change-Id: Idb17fb9bb2b8a99f0c5bb0f4820f3bfca1c92e94 Issue-ID: INT-640 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--lcm/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcm/settings.py b/lcm/settings.py
index 969d0375..09b9a5d6 100644
--- a/lcm/settings.py
+++ b/lcm/settings.py
@@ -123,6 +123,8 @@ TIME_ZONE = 'UTC'
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.6/howto/static-files/
+STATIC_URL = '/static/'
+
pub_config.AAI_BASE_URL = "http://%s:%s/aai/v11" % (pub_config.MSB_SERVICE_IP, pub_config.MSB_SERVICE_PORT)
pub_config.SDC_BASE_URL = "http://%s:%s/api" % (pub_config.MSB_SERVICE_IP, pub_config.MSB_SERVICE_PORT)