Doug Hellmann 783ee4af30 uncap eventlet
We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

In order to change the requirements file we also need to fix the lower
constraints settings so that they comply with policy, so this patch also
includes those changes.

Change-Id: If5be7eb462360c92c7274ddb4f204631bdc02555
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-19 10:22:51 -04:00
2016-10-18 11:59:22 +01:00
2016-10-18 11:59:22 +01:00
2016-10-18 08:32:57 +00:00
2016-10-18 11:59:22 +01:00
2016-10-18 11:59:22 +01:00
2018-03-22 17:31:13 -04:00
2016-10-18 11:59:22 +01:00
2016-10-18 11:59:22 +01:00
2016-11-14 23:45:13 -08:00
2016-10-18 11:59:22 +01:00
2016-10-18 11:59:22 +01:00
2018-04-19 10:22:51 -04:00
2018-04-19 10:22:51 -04:00
2018-04-18 10:07:47 +00:00
2017-03-28 21:36:02 +00:00
2018-03-22 17:31:13 -04:00

os-xenapi

XenAPI library for OpenStack projects

This library provides the support functions needed to connect to and manage a XenAPI-based hypervisor, such as Citrix's XenServer.

Features

The following features are supported since 0.3.1:

  • VDI streaming It will allow the library user to create XenServer VDI from a gzipped image data stream; or create gzipped image data stream from a specified XenServer VDI. By comparing to the existing dom0 glance plugin, the image data gets processed on the fly via streams. So it doesn't create intermediate files. And it completely uses the formal VDI import or export APIs when it exchanges VDI data with XenServer.
  • XAPI pool With this feature, we can deploy OpenStack on hosts which belong to a XAPI pool, so that we can get the benefits from XAPI pool features: e.g. it's able to live migrate instance between two hosts without moving the disks on shared storage.

The following features are supported since 0.3.2:

  • Bootstrap compute node via a single command Now we can support to boostrap an OpenStack compute node by running the command of xenapi_bootstrap from a VM which is running on XenServer. At the moment, only CentOS 7.x is supported.
Description
XenAPI library for OpenStack projects.
Readme 3.5 MiB
Languages
Python 79.8%
Shell 16.2%
HAProxy 3.4%
RPM Spec 0.3%
Makefile 0.2%