From 7b98bb4804072d6fae7b9326d63a64a1ceb85cd6 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 14 Jan 2014 20:11:28 -0500 Subject: [PATCH] readme: add more infos about drivers Signed-off-by: Emilien Macchi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 520455ad..d5325904 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ The OpenStack Puppet Modules are a flexible Puppet implementation capable of con Cinder, Glance and Nova can use Ceph as backend storage, using [puppet-ceph](https://github.com/enovance/puppet-ceph). +Only KVM and QEMU are supported as hypervisors, for now. +Neutron use ML2 plugin with GRE and Open-vSwitch drivers. + [Puppet Modules](http://docs.puppetlabs.com/learning/modules1.html#modules) are a collection of related contents that can be used to model the configuration of a discrete service. These Puppet modules are based on the [openstack documentation](http://docs.openstack.org/).