diff options
author | Haibin Huang <haibin.huang@intel.com> | 2018-11-18 00:23:27 +0000 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2018-11-18 00:26:55 +0000 |
commit | 0a7c7e111f471d3c6b81ce00f5e968741897d8d5 (patch) | |
tree | d42f14038627bbaf0baa422f449839cec80260de /share/newton_base/registration | |
parent | cace0c0c178bb6233170189da885dc06dc4022f6 (diff) |
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 <haibin.huang@intel.com>
Diffstat (limited to 'share/newton_base/registration')
-rw-r--r-- | share/newton_base/registration/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |