From 4100e958fdecebe6eb486c8a09ba6954bcae5d71 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Mon, 7 Oct 2013 11:43:13 -0700 Subject: [PATCH] Prepping module for 2.2.0 release. Updated Modulefile to version 2.2.0. Updated README.md with latest release notes. Change-Id: I9aab1c3ff9b5f801dd496c4947cba81fe4f879ac --- Modulefile | 2 +- README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 449f240c..ab584d46 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-cinder' -version '2.1.0' +version '2.2.0' source 'https://github.com/stackforge/puppet-cinder' author 'Puppet Labs' license 'Apache License 2.0' diff --git a/README.md b/README.md index 67545f87..4ea6ab60 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,17 @@ Contributors Release Notes ------------- +**2.2.0** + +* Added support for rate limiting via api-paste.ini +* Added support to configure control_exchange. +* Added parameter check to enable or disable db_sync. +* Added syslog support. +* Added default auth_uri setting for auth token. +* Set package defaults to present. +* Fixed a bug to create empty init script when necessary. +* Various lint fixes. + **2.1.0** * Added configuration of Cinder quotas.