The Xen Orchestra Provider lets you manage Xen Orchestra resources.
This package is available for several languages/platforms:
To use from Python, install using pip
:
tbd
The following configuration points are available for the xen-orchestra
provider:
-
xenorchestra:url
(environment:XOA_URL
) - the URL for the Xen Orchestra websockets endpoint. Starts withwss://
Set either: -
xenorchestra:username
(environment:XOA_USERNAME
) - the username for Xen Orchestra -
xenorchestra:password
(environment:XOA_PASSWORD
) - the password for Xen Orchestra Or: -
xenorchestra:token
(environment:XOA_TOKEN
) - API token for Xen Orchestra -
xenorchestra:insecure
(environment:XOA_INSECURE
) - set to any value to disable SSL verification, false by default. Only use if you are using a self-signed certificate and know what you are doing.
TBD