diff --git a/ccnode/libvirtwrapper.py b/ccnode/libvirtwrapper.py index 826c1838438b15044bdf8ca29d73a63957ed89eb..9922a88f42cc81ac74adec858ef72a477bdcd9cc 100644 --- a/ccnode/libvirtwrapper.py +++ b/ccnode/libvirtwrapper.py @@ -311,6 +311,7 @@ class LibvirtHypervisor(Hypervisor): def get_status(self): raise NotImplementedError() + #TODO: finish storage class, make tests, class LibvirtHVStorage(HVStorage): '''