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. Keystone in fixtures tracks master. Fix modulefile to match this dependency and be consistent with Horizon dependency Change-Id: I622ef84b5c50abd1da96a75e9935265cd947ca6a
This commit is contained in:
10
Modulefile
10
Modulefile
@@ -1,13 +1,13 @@
|
||||
name 'puppetlabs-keystone'
|
||||
version '2.2.0'
|
||||
version '4.0.0-devel'
|
||||
source 'https://github.com/stackforge/puppet-keystone'
|
||||
author 'Puppet Labs'
|
||||
license 'Apache License 2.0'
|
||||
summary 'Puppet Labs Keystone Module'
|
||||
description 'Puppet module to install and configure the Openstack identity service'
|
||||
project_page 'https://launchpad.net/puppet-openstack'
|
||||
project_page 'https://launchpad.net/puppet-keystone'
|
||||
|
||||
dependency 'puppetlabs/apache', '>=0.9.0 <1.0.0'
|
||||
dependency 'puppetlabs/apache', '>=1.0.0 <2.0.0'
|
||||
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
||||
dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0'
|
||||
dependency 'puppetlabs/stdlib', '>= 2.5.0'
|
||||
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
|
||||
dependency 'puppetlabs/stdlib', '>= 3.2.0'
|
||||
|
||||
24
README.md
24
README.md
@@ -163,6 +163,30 @@ Contributors
|
||||
Release Notes
|
||||
-------------
|
||||
|
||||
**3.1.0**
|
||||
|
||||
* Added ability to disable pki_setup.
|
||||
* Load tenant un-lazily if needed.
|
||||
* Add log_dir param, with option to disable.
|
||||
* Updated endpoint argument.
|
||||
* Added support to enable SSL.
|
||||
* Removes setting of Keystone endpoint by default.
|
||||
* Relaxed regex when keystone refuses connections.
|
||||
|
||||
**3.0.0**
|
||||
|
||||
* Major release for OpenStack Havana.
|
||||
* Fixed duplicated keystone endpoints.
|
||||
* Refactored keystone_endpoint to use prefetch and flush paradigm.
|
||||
* Switched from signing/format to token/provider.
|
||||
* Created memcache_servers option to allow for multiple cache servers.
|
||||
* Enabled serving Keystone from Apache mod_wsgi.
|
||||
* Moved db_sync to its own class.
|
||||
* Removed creation of Member role.
|
||||
* Improved performance of Keystone providers.
|
||||
* Updated endpoints to support paths and ssl.
|
||||
* Added support for token expiration parameter.
|
||||
|
||||
**2.2.0**
|
||||
|
||||
* Optimized tenant and user queries.
|
||||
|
||||
Reference in New Issue
Block a user