Skip to content

vital2/xen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ashish Rairaishish
Ashish Rai
and
Sep 23, 2024
e5da93b · Sep 23, 2024

History

61 Commits
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Aug 4, 2018
Sep 23, 2024
Oct 5, 2018
Mar 27, 2019
Oct 5, 2018

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