Commit Graph

7 Commits (77eee2b6cac05f2cb182c5c15adecc24d96b0c53)

Author SHA1 Message Date
Maciej Delmanowski 2af729944a Update author information in virt_net docs 9 years ago
Maciej Delmanowski 13e51060ec Remove unused parameter from method arguments 9 years ago
Maciej Delmanowski 2b15b0564c Add whitespace so diff with 'virt_pool' is easier 9 years ago
Maciej Delmanowski dc92f0af4c 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 00e7e225ce Rewrite for loops in a more Pythonic style 9 years ago
Maciej Delmanowski 8b2cc4f7bb 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 0da9254537 libvirt: virt_net module
This module manages network configuration in libvirt.
9 years ago