Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
Updated Modulefile and README.md for 3.2.0 release.

Change-Id: Ic1be6d1227236ece62adc148b7a1cd83a1b14bac
  • Loading branch information
Chris Hoge committed Mar 26, 2014
1 parent 59a8a7e commit b903ced
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-nova'
version '3.1.0'
version '3.2.0'
source 'https://github.com/stackforge/puppet-nova'
author 'Puppet Labs'
license 'Apache License 2.0'
Expand All @@ -11,9 +11,9 @@ project_page 'https://launchpad.net/puppet-openstack'
dependency 'puppetlabs/glance', '>=3.0.0 <4.0.0'
dependency 'puppetlabs/keystone', '>=3.0.0 <4.0.0'
dependency 'puppetlabs/cinder', '>=3.0.0 <4.0.0'
dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
dependency 'puppetlabs/rabbitmq', '>=2.0.2 <3.0.0'
dependency 'puppetlabs/stdlib', '>=2.5.0'
dependency 'puppetlabs/stdlib', '>=3.2.0'
dependency 'duritong/sysctl', '>=0.0.1 <1.0.0'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'dprince/qpid', '>= 1.0.0 <2.0.0'
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ Contributors
Release Notes
-------------

**3.2.0**

* Replace pip with native package manager for VMWare.
* Deprecated logdir parameter in favor of log_dir.
* Allows log_dir to be set to false in order to disable file logging.
* Enables libvirt at boot.
* Adds RBD backend support for VM image storage.
* Parameterizes libvirt cpu_mode and disk_cachemodes.
* Adds support for https auth endpoints.
* Adds ability to disable installation of nova utilities.

**3.1.0**

* Minor release for OpenStack Havana.
Expand Down

0 comments on commit b903ced

Please sign in to comment.