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: Ia0c2f0823de1766b3892a85112e2c89b82525ea5
This commit is contained in:
Chris Hoge 2014-03-21 16:07:59 -07:00
parent 9accd77622
commit 377838aad1
2 changed files with 26 additions and 6 deletions

@ -1,12 +1,12 @@
name 'puppetlabs-horizon'
version '2.2.0'
version '4.0.0-devel'
source 'https://github.com/stackforge/puppet-horizon'
author 'Puppet Labs'
license 'Apache License 2.0'
summary 'Puppet Labs Horizon Module'
description 'Puppet module to install and configure the OpenStack Horizone dashboard'
project_page 'https://launchpad.net/puppet-openstack'
description 'Puppet module to install and configure the OpenStack Horizon dashboard'
project_page 'https://launchpad.net/puppet-horizon'
dependency 'saz/memcached', '>= 2.0.2 <3.0.0'
dependency 'puppetlabs/apache', '>= 1.0.0'
dependency 'puppetlabs/apache', '>= 1.0.0 <2.0.0'
dependency 'puppetlabs/stdlib', '>= 4.0.0'
dependency 'saz/memcached', '>= 2.0.2 <3.0.0'

@ -85,6 +85,26 @@ Contributors
Release Notes
-------------
**3.1.0**
* Added option parameterize OPENSTACK_NEUTRON_NETWORK settings.
**3.0.1**
* Adds COMPRESS_OFFLINE option to local_settings to fix broken Ubuntu installation.
**3.0.0**
* Major release for OpenStack Havana.
* Updated user and group for Debian family OSes.
* Updated policy files for RedHat family OSes.
* Enabled SSL support with cert/key.
* Improved default logging configuration.
* Fixed bug to set LOGOUT_URL properly.
* Introduced new parameters: keystone_url, help_url, endpoint type.
* Fixed user/group regression for Debian.
* Changed keystone_default_role to _member_.
**2.2.0**
* Fixed apache 0.9.0 incompatability.
@ -94,7 +114,7 @@ Release Notes
* Updated local_settings.py.
* Pinned Apache module version.
* Varioud lint fixes.
* Various lint fixes.
**2.0.0**