diff --git a/Modulefile b/Modulefile index 77759cfb..94e98e3f 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ -name 'enovance-openstack-cloud' -version '1.0.0' +name 'enovance-cloud' +version '1.1.0' source 'https://github.com/enovance/puppet-openstack-cloud' author 'eNovance' license 'Apache License 2.0' diff --git a/README.md b/README.md index cf16b4d3..4e7de970 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,18 @@ Issues should be opened here: ## 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** * First stable version.