From ca8ce4133a3bd883a973d8111dfd566a5bf4aa17 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 13 Mar 2015 18:37:42 +0100 Subject: [PATCH] Fix list syntax in README file Change-Id: Ia072d909433de138d740e36b7710187d9dea5fd7 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 16786471..bf78cf08 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,29 @@ The [puppet-openstack-cloud](https://wiki.openstack.org/wiki/Puppet-openstack/pu 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. + Cinder has multi-backend support: + * RBD (default) * NetAPP * iSCSI * EMC VNX direct * NFS + Glance supports different backends: + * RBD (default) * file * NFS (mount a NFS share by using file backend) * Swift + Neutron supports: + * ML2 plugin with OVS agent (GRE + VXLAN supported) * Cisco plugin with N1KV agent (non-ML2) + Trove support is now experimental. [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.