Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.57 KB

README-PROVIDER.md

File metadata and controls

64 lines (41 loc) · 1.57 KB

Xen Orchestra Provider

The Xen Orchestra Provider lets you manage Xen Orchestra resources.

Installing

This package is available for several languages/platforms:

Python

To use from Python, install using pip:

tbd

Configuration

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 with wss:// 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.

Reference

TBD