Prepare release notes for Mitaka 8.0.0

Create reno release notes for all patches

Change-Id: I68300c3a02f90125e1ca588a63c153af849a17c2
This commit is contained in:
Emilien Macchi 2016-01-31 01:36:15 -05:00
parent 66d83a4480
commit 515c3a484b
17 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
deprecations:
- Remove deprecated tenant LDAP parameters.

View File

@ -0,0 +1,6 @@
---
prelude: >
features:
- Add keystone::disable_admin_token_auth class
Allow to disable admin_token (highly recommended by Keystone team) after an
initial bootstrap.

View File

@ -0,0 +1,3 @@
---
features:
- Federation support for Mellon.

View File

@ -0,0 +1,5 @@
---
fixes:
- Fixes `bug 1533913
<https://bugs.launchpad.net/puppet-keystone/+bug/1533913>`__ so
admin user role is applied in admin_project_domain and admin_user_domain.

View File

@ -0,0 +1,5 @@
---
fixes:
- Fixes `bug 1535939
<https://bugs.launchpad.net/puppet-keystone/+bug/1535939>`__ so
endpoint provider take the regions in account.

View File

@ -0,0 +1,6 @@
---
fixes:
- Fixes `bug 1522541
<https://bugs.launchpad.net/puppet-keystone/+bug/1522541>`__ so when
/root/openrc is present and has a v2 auth_url, the Keystone_user
resource will not fail to check credentials.

View File

@ -0,0 +1,4 @@
---
fixes:
- Hash domains by name.
Improving performances of providers when managing lot of resources in the same domain (users and projects).

View File

@ -0,0 +1,3 @@
---
fixes:
- Sanitize providers for IPv6 by making sure the IP has brackets when needed.

View File

@ -0,0 +1,6 @@
---
features:
- Run keystone-manage bootstrap
Per upstream Keystone Mitaka commit 7b7fea7a3fe7677981fbf9bac5121bc15601163
keystone no longer creates the default domain during the db_sync.
This feature enables by default the usage of keystone-manage bootstrap.

View File

@ -0,0 +1,6 @@
---
features:
- Resource keystone_identity_provider for Keystone, used for Identity
Federation. The remote-id parameter is missing from openstack client
Kilo release on most distributions so this provider will work starting
with Liberty.

View File

@ -0,0 +1,3 @@
---
deprecations:
- keystone::python class is deprecated, please use keystone::client.

View File

@ -0,0 +1,5 @@
---
features:
- Add keystone domain specific configuration.
Adds a provider able to configure multiple domains and two parameters in
keystone class to setup a working multi-domains configuration.

View File

@ -0,0 +1,5 @@
---
features:
- Support for multiple ldap backend.
It enables users to inject multiple ldap backend configurations into
keystone.

View File

@ -0,0 +1,5 @@
---
upgrade:
- Usage of $::os_service_default function in init, db and logging classes.
It will make sure that some Keystone parameters are using OpenStack
default values.

View File

@ -0,0 +1,6 @@
---
features:
- Add policy driver option for Keystone.
This option allows to configure the policy backend driver
in the keystone.policy namespace.
New parameter is policy/driver, using Keystone default value.

View File

@ -0,0 +1,3 @@
---
deprecations:
- Remove unused and broken keystone::dev::install class.

View File

@ -0,0 +1,4 @@
---
features:
- The module no longer manages POSIX users/groups, file and directory, that are already managed
by packaging.