From 10c3f79e04408838b469ed46ad9e7c6d9a8afb77 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Fri, 4 Apr 2014 19:20:01 +0200 Subject: [PATCH] Update module file and release notes for 1.1.0 --- Modulefile | 4 ++-- README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) 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.