Fix list syntax in README file

Change-Id: Ia072d909433de138d740e36b7710187d9dea5fd7
This commit is contained in:
Christian Berendt
2015-03-13 18:37:42 +01:00
parent 05d026c569
commit ca8ce4133a

View File

@@ -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). 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. Only KVM and QEMU are supported as hypervisors, for now.
Neutron use ML2 plugin with GRE and Open-vSwitch drivers. Neutron use ML2 plugin with GRE and Open-vSwitch drivers.
Cinder has multi-backend support: Cinder has multi-backend support:
* RBD (default) * RBD (default)
* NetAPP * NetAPP
* iSCSI * iSCSI
* EMC VNX direct * EMC VNX direct
* NFS * NFS
Glance supports different backends: Glance supports different backends:
* RBD (default) * RBD (default)
* file * file
* NFS (mount a NFS share by using file backend) * NFS (mount a NFS share by using file backend)
* Swift * Swift
Neutron supports: Neutron supports:
* ML2 plugin with OVS agent (GRE + VXLAN supported) * ML2 plugin with OVS agent (GRE + VXLAN supported)
* Cisco plugin with N1KV agent (non-ML2) * Cisco plugin with N1KV agent (non-ML2)
Trove support is now experimental. 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. [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.