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 7aa47a2 + b80e3dc commit 1e77a9d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-nova'
version '4.0.0-devel'
version '4.0.0'
source 'https://github.com/stackforge/puppet-nova'
author 'Puppet Labs'
license 'Apache License 2.0'
Expand All @@ -14,6 +14,6 @@ dependency 'puppetlabs/cinder', '>=4.0.0 <5.0.0'
dependency 'puppetlabs/glance', '>=4.0.0 <5.0.0'
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/rabbitmq', '>=2.0.2 <3.0.0'
dependency 'puppetlabs/stdlib', '>=3.2.0'
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
nova
====

4.0.0 - 2014.1.0 - Icehouse

#### Table of Contents

1. [Overview - What is the nova module?](#overview)
Expand Down Expand Up @@ -89,6 +91,29 @@ Contributors
Release Notes
-------------

**4.0.0**

* Stable Icehouse release.
* Added support for RHEL 7.
* Added support for metadata and conductor workers.
* Added support for vif_plugging parameters.
* Added support for puppetlabs-mysql 2.2 and greater.
* Added support for instance_usage_audit parameters.
* Added support to manage the nova uid/gid for NFS live migration..
* Added nova::config to handle additional custom options.
* Added support to disable installation of nova utilities.
* Added support for durable RabbitMQ queues.
* Added SSL support for RabbitMQ.
* Added support for nova-objectstore bind address.
* Updated support for notification parameters.
* Fixed packaging bugs.
* Fixed report_interval configuration.
* Fixed file location for nova compute rbd secret.

**3.2.1**

* Fixed consoleauth/spice resource duplication on Red Hat systems.

**3.2.0**

* Replace pip with native package manager for VMWare.
Expand Down

0 comments on commit 1e77a9d

Please sign in to comment.