Loading ccnode/ccnodehandlers.py +2 −1 Original line number Diff line number Diff line Loading @@ -61,8 +61,9 @@ class NodeHandler(RpcHandler): self._connection = connection #we set our hypervisor handle #FIXME: must be aware of hypervisor type logging.debug('Initializing a handle over the hypervisor') logging.debug('Initializing a connection on the hypervisor') self.hv_handle = KvmHypervisor() logging.debug('Initialized connection to a KVM hypervisor') def _call_hv_method(self, method): Loading Loading
ccnode/ccnodehandlers.py +2 −1 Original line number Diff line number Diff line Loading @@ -61,8 +61,9 @@ class NodeHandler(RpcHandler): self._connection = connection #we set our hypervisor handle #FIXME: must be aware of hypervisor type logging.debug('Initializing a handle over the hypervisor') logging.debug('Initializing a connection on the hypervisor') self.hv_handle = KvmHypervisor() logging.debug('Initialized connection to a KVM hypervisor') def _call_hv_method(self, method): Loading