summaryrefslogtreecommitdiffstats
path: root/pike/pike
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-12-12 05:37:42 +0000
committerBin Yang <bin.yang@windriver.com>2019-12-12 05:37:42 +0000
commit0047e621c69bf50d4a5823313ff43d3354aab34f (patch)
tree1ddffc979a76c03861e44766c01a6f0cf6a70d6c /pike/pike
parent3f56c555d13c218a4fccef97fd197013812cca86 (diff)
Rebase to starlingx base
so that remove the newton base infraworkload handler Change-Id: Ic5add7fc4c1ccfafeca183290e510047e933ccdb Issue-ID: MULTICLOUD-965 Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pike/pike')
-rw-r--r--pike/pike/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/pike/urls.py b/pike/pike/urls.py
index 97fd593d..f07d1861 100644
--- a/pike/pike/urls.py
+++ b/pike/pike/urls.py
@@ -20,7 +20,7 @@ from django.conf.urls import include, url
from pike.registration.views import registration
from newton_base.openoapi import tenants
from newton_base.resource import capacity
-from newton_base.resource import infra_workload
+from starlingx_base.resource import infra_workload
urlpatterns = [
url(r'^', include('pike.swagger.urls')),