Merge "4.0.0 - 2014.1.0 - Icehouse Release"

This commit is contained in:
Jenkins 2014-05-05 18:55:51 +00:00 committed by Gerrit Code Review
commit f3bbfd9efc
2 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-glance'
version '4.0.0-devel'
version '4.0.0'
source 'https://github.com/stackforge/puppet-glance'
author 'Puppet Labs'
license 'Apache License 2.0'
@ -9,5 +9,5 @@ project_page 'https://launchpad.net/puppet-openstack'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <3.0.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'

View File

@ -1,6 +1,8 @@
glance
=======
4.0.0 - 2014.1.0 - Icehouse
#### Table of Contents
1. [Overview - What is the glance module?](#overview)
@ -133,6 +135,17 @@ Contributors
Release Notes
-------------
**4.0.0**
* Stable Icehouse release.
* Added glance::config to handle additional custom options.
* Added known_stores option for glance::api.
* Added copy-on-write cloning of images to volumes.
* Added support for puppetlabs-mysql 2.2 and greater.
* Added support for python-glanceclient v2 API update.
* Removed deprecated notifier_stratgy parameter.
* Deprecated show_image_direct_url in glance::rbd.
**3.1.0**
* Added availability to configure show_image_direct_url.