]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add a Python example that lists active ESX domains
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 7 Nov 2009 23:42:19 +0000 (00:42 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 8 Nov 2009 00:03:24 +0000 (01:03 +0100)
commit5469686bfdad3e5766ce496d3e7f8fb8b883711b
tree19927c084cb7eaeec003a98a11cfcd7758f28d0e
parentec3fa12e94414879305870b8acde50e16582d7d5
Add a Python example that lists active ESX domains

It also demonstrates how to use the libvirt.openAuth() method.

* examples/python/Makefile.am: add esxlist.py to EXTRA_DIST
* examples/python/README: add some notes about esxlist.py
* examples/python/esxlist.py: the new example
examples/python/Makefile.am
examples/python/README
examples/python/esxlist.py [new file with mode: 0755]