Release 5.0.0 - Juno

Changes in this release:
* Added class to manage policy.json
* Changed the default value of the san_thin_provision parameter for eqlx
* Added database tuning parameters
* Made keystone user creation optional when creating a service
* Added ability to hide secrets from logs
* Added parameters for netapp and and cinder-api workers
* Corrected the package name for cinder backup
* Added support for the EMC VNX direct driver
* Migrated the mysql backend to use openstacklib::db::mysql
* Added support for availability zone

Change-Id: I08b059778354b9c2280501d8defa2e4884b8f3a7
This commit is contained in:
Colleen Murphy 2014-11-20 20:38:34 -08:00
parent b5dce39754
commit 1ee8a6cab3
1 changed files with 36 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cinder
=======
4.0.0 - 2014.1.0 - Icehouse
5.0.0 - 2014.2.0 - Juno
#### Table of Contents
@ -178,6 +178,41 @@ Contributors
Release Notes
-------------
**5.0.0**
* Stable Juno release
* Added class to manage policy.json
* Changed the default value of the san_thin_provision parameter for eqlx
* Added database tuning parameters
* Made keystone user creation optional when creating a service
* Added ability to hide secrets from logs
* Added parameters for netapp and and cinder-api workers
* Corrected the package name for cinder backup
* Added support for the EMC VNX direct driver
* Migrated the mysql backend to use openstacklib::db::mysql
* Added support for availability zones
**4.2.0**
* Added parameters to set cinder volume driver
* Added class for extended logging options
* Added option to specify endpoint protocol
* Fixed cinder type path issues
* Added option to specify cinder volume path
* Fixed targetcli package dependency on target service
* Fixed os version fact comparison for RedHat-based operating systems
for specifying service provider
* Added option to configure os_region_name in the cinder config
**4.1.0**
* Added Cinder v2 endpoint support.
* Added SSL support for Cinder API.
* Added RabbitMQ SSL support.
* Moved default_volume_type to cinder::api
* Removed warnings for existing Cinder volumes.
* Pinned major gems.
**4.0.0**
* Stable Icehouse release.