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:
parent
9accd77622
commit
377838aad1
10
Modulefile
10
Modulefile
@ -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'
|
||||
|
22
README.md
22
README.md
@ -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**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user