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 d1f32f7 + f5ea77a commit 17736b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-heat'
version '4.0.0-devel'
version '4.0.0'
source 'https://github.com/stackforge/puppet-heat'
author 'enovance'
license 'Apache License, Version 2.0'
Expand All @@ -9,5 +9,5 @@ project_page 'https://launchpad.net/puppet-heat'

# Dependencies
dependency 'puppetlabs/inifile', '>= 1.0.0 <2.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'
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
puppet-heat
=============

4.0.0 - 2014.1.0 - Icehouse

#### Table of Contents

1. [Overview - What is the heat module?](#overview)
Expand Down Expand Up @@ -66,7 +68,16 @@ Contributors
Release Notes
-------------

** 3.1.0 **
**4.0.0**

* Stable Icehouse release.
* Added SSL parameter for RabbitMQ.
* Added support for puppetlabs-mysql 2.2 and greater.
* Added option to define RabbitMQ queues as durable.
* Fixed outdated DB connection parameter.
* Fixed Keystone auth_uri parameter.

**3.1.0**

* Fixed postgresql connection string.
* Allow log_dir to be set to false to disable file logging.
Expand All @@ -75,7 +86,7 @@ Release Notes
* Fixed the EC2 auth token settings.
* Fixed rabbit_virtual_host configuration.

** 3.0.0 **
**3.0.0**

* Initial release of the puppet-heat module.

Expand Down

0 comments on commit 17736b2

Please sign in to comment.