Release 3.1.0

Updated README.md and Modulefile for 3.1.0 release.

Change-Id: Ib8707001750df93f95b54990c737fea4d0b964fd
This commit is contained in:
Chris Hoge 2014-03-26 11:15:31 -07:00
parent c41b33b066
commit a64082e4f8
2 changed files with 35 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-heat'
version '3.0.0'
version '3.1.0'
source 'https://github.com/stackforge/puppet-heat'
author 'enovance'
license 'Apache License, Version 2.0'
@ -10,4 +10,4 @@ project_page 'https://launchpad.net/puppet-heat'
# Dependencies
dependency 'puppetlabs/stdlib', '>= 3.2.0'
dependency 'puppetlabs/inifile', '>= 1.0.0 <2.0.0'
dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'

View File

@ -68,6 +68,39 @@ This is the heat module.
Release Notes
-------------
** 3.1.0 **
* Fixed postgresql connection string.
* Allow log_dir to be set to false to disable file logging.
* Added support for database idle timeout.
* Aligned Keystone auth_uri with other OpenStack services.
* Fixed the EC2 auth token settings.
* Fixed rabbit_virtual_host configuration.
** 3.0.0 **
* Initial release of the puppet-heat module.
License
-------
Apache License 2.0
Copyright 2012 eNovance <licensing@enovance.com> and Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Contact
-------
techs@enovance.com