aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-03-22 16:12:34 +0000
committerDaniel P. Berrange <berrange@redhat.com>2011-03-28 14:09:11 +0100
commit4591df766dea493887807938c63a437535845e2c (patch)
tree0ba3ff83ba470633bf62a67cca7fd42e46cacb08 /autobuild.sh
parentFix syntax error in configure.ac (diff)
downloadlibvirt-4591df766dea493887807938c63a437535845e2c.tar.gz
libvirt-4591df766dea493887807938c63a437535845e2c.tar.bz2
libvirt-4591df766dea493887807938c63a437535845e2c.zip
Remove the Open Nebula driver
The Open Nebula driver has been unmaintained since it was first introduced. The only commits have been for tree-wide cleanups. It also has a major design flaw, in that it only knows about guests that it has created itself, which makes it of very limited use. Discussions wrt evolution of the VMWare ESX driver, concluded that it should limit itself to single-node ESX operation and not try to manage the multi-node architecture of VirtualCenter. Open Nebula is a cluster like Virtual Center, not a single node system, so the same reasoning applies. The DeltaCloud project includes an Open Nebula driver and is a much better fit architecturally, since it is explicitly targetting the distributed multihost cluster scenario. Thus this patch deletes the libvirt Open Nebula driver with the recommendation that people use DeltaCloud for managing it instead. * configure.ac: Remove probe for xmlrpc & --with-one arg * daemon/Makefile.am, daemon/libvirtd.c, src/Makefile.am: Remove ONE driver build * src/opennebula/one_client.c, src/opennebula/one_client.h, src/opennebula/one_conf.c, src/opennebula/one_conf.h, src/opennebula/one_driver.c, src/opennebula/one_driver.c: Delete files * autobuild.sh, libvirt.spec.in, mingw32-libvirt.spec.in: Remove build rules for Open Nebula * docs/drivers.html.in, docs/sitemap.html.in: Remove reference to OpenNebula * docs/drvone.html.in: Delete file
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autobuild.sh b/autobuild.sh
index 54fb27399..491f1b811 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -81,7 +81,6 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--without-uml \
--without-vbox \
--without-openvz \
- --without-one \
--without-phyp \
--without-netcf \
--without-audit \