Skip to content

Commit 50efef4

Browse files
author
Colleen Murphy
committed
Release 5.0.0 - Juno
Changes in this release: * Updated token driver, logging, and ldap config parameters for Juno * Changed admin_roles parameter to accept an array in order to configure multiple admin roles * Installs python-ldappool package for ldap * Added new parameters to keystone class to configure pki signing * Changed keystone class to inherit from keystone::params * Changed pki_setup to run regardless of token provider * Made UUID the default token provider * Made keystone_user_role idempotent * Added parameters to control whether to configure users * Stopped managing _member_ role since it is created automatically * Stopped overriding token_flush log file * Changed the usage of admin_endpoint to not include the API version * Allowed keystone_user_role to accept email as username * Added ability to set up keystone using Apache mod_wsgi * Migrated the keystone::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter * Installs python-memcache when using token driver memcache * Enabled setting cert and key paths for PKI token signing * Added parameters for SSL communication between keystone and rabbitmq * Added parameter ignore_default_tenant to keystone::role::admin * Added parameter service_provider to keystone class * Added parameters for service validation to keystone class Change-Id: Ib280f684c8babf40df51d62bb21497c88ba3fd29
1 parent 1c5f655 commit 50efef4

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
keystone
22
=======
33

4-
4.0.0 - 2014.1.0 - Icehouse
4+
5.0.0 - 2014.2.0 - Juno
55

66
#### Table of Contents
77

@@ -163,6 +163,45 @@ Contributors
163163
Release Notes
164164
-------------
165165

166+
**5.0.0**
167+
168+
* Stable Juno release
169+
* Updated token driver, logging, and ldap config parameters for Juno
170+
* Changed admin_roles parameter to accept an array in order to configure multiple admin roles
171+
* Installs python-ldappool package for ldap
172+
* Added new parameters to keystone class to configure pki signing
173+
* Changed keystone class to inherit from keystone::params
174+
* Changed pki_setup to run regardless of token provider
175+
* Made UUID the default token provider
176+
* Made keystone_user_role idempotent
177+
* Added parameters to control whether to configure users
178+
* Stopped managing _member_ role since it is created automatically
179+
* Stopped overriding token_flush log file
180+
* Changed the usage of admin_endpoint to not include the API version
181+
* Allowed keystone_user_role to accept email as username
182+
* Added ability to set up keystone using Apache mod_wsgi
183+
* Migrated the keystone::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter
184+
* Installs python-memcache when using token driver memcache
185+
* Enabled setting cert and key paths for PKI token signing
186+
* Added parameters for SSL communication between keystone and rabbitmq
187+
* Added parameter ignore_default_tenant to keystone::role::admin
188+
* Added parameter service_provider to keystone class
189+
* Added parameters for service validation to keystone class
190+
191+
**4.2.0**
192+
193+
* Added class for extended logging options
194+
* Fixed rabbit password leaking
195+
* Added parameters to set tenant descriptions
196+
* Fixed keystone user authorization error handling
197+
198+
**4.1.0**
199+
200+
* Added token flushing with cron.
201+
* Updated database api for consistency with other projects.
202+
* Fixed admin_token with secret parameter.
203+
* Fixed deprecated catalog driver.
204+
166205
**4.0.0**
167206

168207
* Stable Icehouse release.

0 commit comments

Comments
 (0)