Update module file and release notes for 1.1.0

This commit is contained in:
Sebastien Badia
2014-04-04 19:20:01 +02:00
parent 604ba09ce0
commit 10c3f79e04
2 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name 'enovance-openstack-cloud' name 'enovance-cloud'
version '1.0.0' version '1.1.0'
source 'https://github.com/enovance/puppet-openstack-cloud' source 'https://github.com/enovance/puppet-openstack-cloud'
author 'eNovance' author 'eNovance'
license 'Apache License 2.0' license 'Apache License 2.0'

View File

@@ -122,6 +122,18 @@ Issues should be opened here:
## Release Notes ## Release Notes
**1.1.0**
* Updated puppetlabs-rabbitmq to 3.1.0 (RabbitMQ to 3.2.4)
* Add Cinder Muli-backend support
* NetApp support for Cinder as a backend
* Keystone uses now MySQL for tokens storage (due to several issues with Memcache backend)
* Back to upstream puppet-horizon from stackforge
* Servername parameter support in Horizon configuration to allow SSL redirections
* puppet-openstack-cloud module QA is done by Travis
* neutron: increase agent polling interval
* network: add dhcp\_lease\_duration parameter support
**1.0.0** **1.0.0**
* First stable version. * First stable version.