summaryrefslogtreecommitdiffstats
path: root/pike/pike/urls.py
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-03-12 00:27:15 +0800
committerHaibin Huang <haibin.huang@intel.com>2019-03-12 00:27:15 +0800
commit3b5c5269cb83b6ac8a17dbf974e058ace14b5cbc (patch)
tree8bff2ba9ce19161e7be74d9ef64ef8df5866c432 /pike/pike/urls.py
parent1308091491b3efebb3ecb511a6bafaedfc34b40d (diff)
Increase Pike cover rate
Delete resource code from ocata and use newton_base code. Change-Id: I2adebca8c531da144082eda479b85bc804315ab9 Issue-ID: MULTICLOUD-501 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'pike/pike/urls.py')
-rw-r--r--pike/pike/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pike/pike/urls.py b/pike/pike/urls.py
index dc0d43a4..3658dc1f 100644
--- a/pike/pike/urls.py
+++ b/pike/pike/urls.py
@@ -16,8 +16,8 @@ from django.conf.urls import include, url
from pike.registration.views import registration
from newton_base.openoapi import tenants
-from pike.resource.views import capacity
-from pike.resource.views import infra_workload
+from newton_base.resource import capacity
+from newton_base.resource import infra_workload
urlpatterns = [
url(r'^', include('pike.swagger.urls')),