Loading cloudcontrol/node/hypervisor/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,7 @@ class Handler(HostHandler): 'sto%s_free' % storage, 'sto%s_used' % storage, 'sto%s_type' % storage, 'sto%s_vol' % storage, )) # unregister sub objects (for the same reason) for sub_id in self.tag_db.keys(): Loading Loading
cloudcontrol/node/hypervisor/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,7 @@ class Handler(HostHandler): 'sto%s_free' % storage, 'sto%s_used' % storage, 'sto%s_type' % storage, 'sto%s_vol' % storage, )) # unregister sub objects (for the same reason) for sub_id in self.tag_db.keys(): Loading