XenAPI python examples
----------------------

The examples provided here make use of the library XenAPI.py and provision.py.

Each script requires 3 commandline arguments:

URL       : an https or http URL pointing at the server
username  : a valid user on the server (e.g. root)
password  : the user's password

For example:

./install.py https://localhost:443/ root letmein
