Skip to content

vital2/xen-api

Repository files navigation

xen-api

This is an RPC wrapper around the Xen libxl library.

Functions supported

  1. Create VMs - with copy on write (QCOW) images

  2. Start, Stop, Reimage

  3. Remove VMs

  4. Create network bridges

Usage

  1. Clone the repository on xen server machine

  2. Source the created virtual environment and install the requirements with pip install -r requirements.txt