Commit Graph

6 Commits (02e3adf40258bd157563bb3ccd950c673f7a70bd)

Author SHA1 Message Date
Maciej Delmanowski 375b2234b1 Update author information in virt_pool docs 9 years ago
Maciej Delmanowski c011923e3b Remove unused parameter from method arguments 9 years ago
Maciej Delmanowski 39b635ae79 Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski d8b6dd5927 Rewrite for loops in a more Pythonic style 9 years ago
Maciej Delmanowski 055a31ba07 Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Maciej Delmanowski 1fd1460d2f libvirt: virt_pool module
This module manages storage pool configuration in libvirt.
9 years ago