From c6751e9384e0bdf716ed8b9dd2fd4a39bd7cecf1 Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Sun, 18 Nov 2018 00:23:27 +0000 Subject: Fix discover snapshot with endpoint error Nobody use snapshot, so we just comment it Change-Id: Ia0967bb8b26df123478135fc53f4ce40cb48db9a Issue-ID: MULTICLOUD-412 Signed-off-by: Haibin Huang (cherry picked from commit 0a7c7e111f471d3c6b81ce00f5e968741897d8d5) --- share/newton_base/registration/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/newton_base/registration/registration.py b/share/newton_base/registration/registration.py index 54b1d48c..35f3b982 100644 --- a/share/newton_base/registration/registration.py +++ b/share/newton_base/registration/registration.py @@ -1007,7 +1007,7 @@ class Registry(APIView): #self._discover_volumegroups(vimid, sess, viminfo) # discover all snapshots - self._discover_snapshots(vimid, sess, viminfo) + #self._discover_snapshots(vimid, sess, viminfo) # discover all server groups #self.discover_servergroups(request, vimid, sess, viminfo) -- cgit 1.2.3-korg