Skip to content

Commit

Permalink
Merge "4.0.0 - 2014.1.0 - Icehouse Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed May 5, 2014
2 parents d40f3d8 + dafc60c commit f3bbfd9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modulefile
@@ -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'
Expand All @@ -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'
13 changes: 13 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
glance
=======

4.0.0 - 2014.1.0 - Icehouse

#### Table of Contents

1. [Overview - What is the glance module?](#overview)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f3bbfd9

Please sign in to comment.