Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 373 Bytes

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