Preparing neutron (quantum) for 2.2.0 release.

Updated version in Modulefile.
Added release notes to README.md.

Change-Id: I9755c26f6dd374612f15376db6de7e4782bb278b
This commit is contained in:
Chris Hoge 2013-10-07 14:50:21 -07:00
parent 96045eedf2
commit 2b5069f546
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-neutron' name 'puppetlabs-neutron'
version '2.1.1' version '2.2.0'
author 'Joe Topjian,Endre Karlson,Emilien Macchi,Dan Bode,Dmitry Ukov,Edgar Mangana,Robert Starmer,Ian Wells,Daneyon Hansen' author 'Joe Topjian,Endre Karlson,Emilien Macchi,Dan Bode,Dmitry Ukov,Edgar Mangana,Robert Starmer,Ian Wells,Daneyon Hansen'
license 'Apache License 2.0' license 'Apache License 2.0'

View File

@ -117,3 +117,13 @@ The puppet-openstack modules follow the Openstack development model. Developer d
Contributors Contributors
------------ ------------
The github [contributor graph](https://github.com/stackforge/puppet-neutron/graphs/contributors). The github [contributor graph](https://github.com/stackforge/puppet-neutron/graphs/contributors).
Release Notes
-------------
**2.2.0**
* Improved documentation.
* Added syslog support.
* Added quantum-plugin-cisco package resource.
* Various lint and bug fixes.