Prepare release notes for Mitaka 8.0.0
Create reno release notes for all patches Change-Id: I68300c3a02f90125e1ca588a63c153af849a17c2
This commit is contained in:
parent
66d83a4480
commit
515c3a484b
3
releasenotes/notes/deprecated_ldap-02957eb56827ead5.yaml
Normal file
3
releasenotes/notes/deprecated_ldap-02957eb56827ead5.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- Remove deprecated tenant LDAP parameters.
|
@ -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.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Federation support for Mellon.
|
5
releasenotes/notes/fix_admin-fee6e76089c07a42.yaml
Normal file
5
releasenotes/notes/fix_admin-fee6e76089c07a42.yaml
Normal 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.
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes `bug 1535939
|
||||
<https://bugs.launchpad.net/puppet-keystone/+bug/1535939>`__ so
|
||||
endpoint provider take the regions in account.
|
6
releasenotes/notes/fix_openrc_v2-64049769daf57b65.yaml
Normal file
6
releasenotes/notes/fix_openrc_v2-64049769daf57b65.yaml
Normal 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.
|
4
releasenotes/notes/hash_domains-d6a867466bcf324b.yaml
Normal file
4
releasenotes/notes/hash_domains-d6a867466bcf324b.yaml
Normal 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).
|
3
releasenotes/notes/ipv6_provider-796b60badd356e59.yaml
Normal file
3
releasenotes/notes/ipv6_provider-796b60badd356e59.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Sanitize providers for IPv6 by making sure the IP has brackets when needed.
|
@ -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.
|
@ -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.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- keystone::python class is deprecated, please use keystone::client.
|
@ -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.
|
5
releasenotes/notes/multi_ldap-975858a46dd622a6.yaml
Normal file
5
releasenotes/notes/multi_ldap-975858a46dd622a6.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Support for multiple ldap backend.
|
||||
It enables users to inject multiple ldap backend configurations into
|
||||
keystone.
|
@ -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.
|
6
releasenotes/notes/policy_driver-c991dd693d2336fc.yaml
Normal file
6
releasenotes/notes/policy_driver-c991dd693d2336fc.yaml
Normal 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.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
deprecations:
|
||||
- Remove unused and broken keystone::dev::install class.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- The module no longer manages POSIX users/groups, file and directory, that are already managed
|
||||
by packaging.
|
Loading…
Reference in New Issue
Block a user