RETIRED, Fuel plugin for XenServer integration
Go to file
Bob Ball d2577d38eb Make branding based on the branch, to remove the PLUGIN_REVISION variable
By checking which branch we are on, we can automatically determine the
revision based on the length of history between the root of the branch
and this change.

Normally (and in development environments) this isn't guaranteed as you can
create arbitrary branches (e.g. branch a and branch b could have the same
merge base) but if run against code checked out from github will give a
consistent version number

Change-Id: I6eff6befce1408dac144dd7dfb3f3055820960a8
2016-08-29 10:27:50 +01:00
doc Upgrade to MOS 9 2016-08-12 16:55:26 +08:00
plugin_source Merge "Open the options for ceph as glance backend" 2016-08-26 08:43:39 +00:00
specs Upgrade to fpb package version 4 2016-05-11 18:49:34 +08:00
.gitignore Add branding and version number templating support 2016-08-08 10:03:01 +01:00
.gitreview Add .gitreview file 2015-09-18 15:04:11 +01:00
LICENSE Refactor to fuel plugin structure 2015-08-13 14:06:30 +08:00
Makefile Make branding based on the branch, to remove the PLUGIN_REVISION variable 2016-08-29 10:27:50 +01:00
README.md Add branding and version number templating support 2016-08-08 10:03:01 +01:00
branding.inc Make branding based on the branch, to remove the PLUGIN_REVISION variable 2016-08-29 10:27:50 +01:00
get_plugin_version.sh Make branding based on the branch, to remove the PLUGIN_REVISION variable 2016-08-29 10:27:50 +01:00
pre_build_hook Refactor to fuel plugin structure 2015-08-13 14:06:30 +08:00

README.md

XenServer Fuel Plugin

Intro

XenServer Fuel Plugin will help to deploy Mirantis OpenStack over XenServer hosts and make sure they work as xenapi rather than qemu.

Usage

Please run make latexpdf and look at the User Guide fuel-plugin-xenserver.pdf generated under doc/build/latex/fuel-plugin-xenserver.

How to build plugin

pip install git+https://github.com/openstack/fuel-plugins
pip show fuel-plugin-builder | grep ^Version # make sure here >= 4.0.1

git clone https://git.openstack.org/openstack/fuel-plugin-xenserver
cd fuel-plugin-xenserver
make