RETIRED, Fuel plugin for XenServer integration
Go to file
John Hua 7533f8c80a Fix novnc cache
In MOS 9 the memcache isn't enabled for consoleauth by default and for a
multi-controller environment the authentication will be failed because token
cannot be retrieved from memcache.

This fix also moves the deprecated settings from DEFAULT section to vnc or cache.
And the nova-compute.conf on controller actually never been used thus is removed.

Change-Id: Ic9438172b6c1ed5074aaa0b6d0e036287efe1982
Related-Bug: #1576218
2016-11-04 17:02:57 +08:00
doc Fix md5 sum and multiple rebuild bug 2016-10-04 13:58:56 +01:00
plugin_source Fix novnc cache 2016-11-04 17:02:57 +08:00
specs Update docs for verification 2016-09-14 15:05:52 +08:00
suppack Apply two patches for ceilomter services 2016-10-10 08:48:28 +00:00
.gitignore Build the ISO as part of the makefile 2016-08-31 02:02:43 +00: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 Fix md5 sum and multiple rebuild bug 2016-10-04 13:58:56 +01:00
README.md Add branding and version number templating support 2016-08-08 10:03:01 +01:00
branding.inc Check hotfixes for given platform 2016-09-07 16:16:31 +08: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