Prepare 6.1.0 release

Change-Id: I1a8b33c2cae2b97482d6dc9844a9e3e031138386
(cherry picked from commit b54c1a946a)
This commit is contained in:
Emilien Macchi 2015-10-15 08:57:41 -04:00
parent 6d3e523009
commit ea0c57933c
3 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,31 @@
##2015-10-15 - 6.1.0
###Summary
This is a features and bugfixes release in the Kilo series.
####Features
- Allow to change archive destination
- admin_user_domain and admin_project_domain can now be equal
####Bugfixes
- Allow to use the wrong resource name for Keystone_user and Keystone_tenant
- Allow to use the wrong value for default_domain_id
- Fixes get_section for future use
- Domain name from id lookups return empty
- Fixes get_section for future use
- WSGI: use real service name in restart_keystone Exec
- v3: make sure default domain is created before any other resource
- Use an Anchor when service is managed
####Maintenance
- Authentication URLs and endpoint clarity re-factor
- Purely cosmetic change on keystone provider
- Fix rspec 3.x syntax
- acceptance: run keystone in a WSGI server
- acceptance: checkout stable/kilo puppet modules
##2015-07-08 - 6.0.0
###Summary

View File

@ -1,7 +1,7 @@
keystone
=======
6.0.0 - 2015.1 - Kilo
6.1.0 - 2015.1 - Kilo
#### Table of Contents

View File

@ -1,6 +1,6 @@
{
"name": "openstack-keystone",
"version": "6.0.0",
"version": "6.1.0",
"author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Keystone",
"license": "Apache-2.0",