1. 15 11月, 2010 1 次提交
    • M
      Use python discovered through env instead of hardcoding a path · e4384459
      Matthias Bolte 提交于
      This is more flexible regarding the location of the python binary
      but doesn't allow to pass the -u flag. The -i flag can be passed
      from inside the script using the PYTHONINSPECT env variable.
      
      This fixes a problem with the esx_vi_generator.py on FreeBSD.
      e4384459
  2. 08 11月, 2009 1 次提交
    • M
      Add a Python example that lists active ESX domains · 5469686b
      Matthias Bolte 提交于
      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
      5469686b