Merge pull request #246 from bodepd/1_1_0

release 1.1.0
This commit is contained in:
Dan Bode 2013-03-19 09:50:35 -07:00
commit 649807f9c0
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,19 @@
2013-03-18
- remove create_resouces as a non 2.6 dep
- add ruby1.9 and puppet 3.0 to travis matrix
- remove extra db sync
- fix Duplicate definition in quota.pp
- fix ipv4 cidr regexp
- Allow specific version of python-nova and nova-common
- Adding the ability to specify https for the public endpoint
- RedHat support in nova::network::bridge
- Add nova-volume san support
- Update quota.pp to make all quota params configurable
- Update the vnc package/service name for novnc on Debian
- Implement volume_api_class as an option
- Do not create nova-volume if cinder is enabled.
- Added migration support
- fix parse error with kvm
* 2012-11-02 1.0.1
- no changes, just forgot to update the version
* 2012-11-02 1.0.0
@ -16,6 +32,5 @@
- make bind address customizable
* 2012-06-12 0.1.1
- Fix dependency for automatic forge installation
* 2012-06-12 0.1.0
- Initial release

View File

@ -1,5 +1,5 @@
name 'puppetlabs-nova'
version '1.0.1'
version '1.1.1'
source 'https://github.com/puppetlabs/puppetlabs-nova'
author 'Puppet Labs'
license 'Apache License 2.0'