Updated to match semver and release notes.

Before this update the Modulefile was not following semver in
relation to stable/havana, and the README files were not in sync.
This update introduces proper semver and consistency.

Change-Id: I65fda078f20eb8d41b260c4550ac3c262cca8267
This commit is contained in:
Chris Hoge 2014-03-21 16:24:53 -07:00
parent 23119310ac
commit 38603d91fb
2 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-swift'
version '2.2.0'
version '4.0.0-devel'
source 'https://github.com/stackforge/puppet-swift'
author 'Puppet Labs'
license 'Apache License 2.0'
@ -9,9 +9,9 @@ project_page 'https://launchpad.net/puppet-openstack'
## Add dependencies, if any:
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/keystone', '>=2.2.0 <3.0.0'
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
dependency 'puppetlabs/mysql','>=0.6.1 <1.0.0'
dependency 'puppetlabs/rsync', '>=0.1.0 <1.0.0'
dependency 'puppetlabs/rsync', '>=0.2.0 <1.0.0'
dependency 'puppetlabs/stdlib', '>=2.3.0'
dependency 'puppetlabs/xinetd', '>=1.0.1 <2.0.0'
dependency 'puppetlabs/concat', '>=1.0.0 <2.0.0'

View File

@ -244,6 +244,18 @@ Contributors
Release Notes
-------------
**3.0.0**
* Major release for OpenStack Havana.
* Fixed Puppet 3.x template variable deprecation warning.
* Added swift operator roles to Keystone.
* Defaults include_service_catalog to false for improved performance.
* Fixed auth_token configuration.
* Fixed filter name for puppetdb.
* Added bulk middleware support.
* Added quota middleware support.
* Allow configuration of admin and internal protocols for keystone endpoint.
**2.2.0**
* Improved proxy directory signing support.