Maciej Delmanowski
|
375b2234b1
|
Update author information in virt_pool docs
|
2015-07-28 00:22:51 +02:00 |
|
Maciej Delmanowski
|
c011923e3b
|
Remove unused parameter from method arguments
|
2015-07-25 18:23:39 +02:00 |
|
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.
|
2015-07-25 18:23:01 +02:00 |
|
Maciej Delmanowski
|
d8b6dd5927
|
Rewrite for loops in a more Pythonic style
|
2015-07-25 18:22:31 +02:00 |
|
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.
|
2015-07-25 18:21:10 +02:00 |
|
Maciej Delmanowski
|
1fd1460d2f
|
libvirt: virt_pool module
This module manages storage pool configuration in libvirt.
|
2015-07-24 08:42:03 +02:00 |
|