fix up release notes, file deprecations under right title
the newest version of reno now includes support for a `deprecations` section. move the previously marked "others" to the right spot. Change-Id: I23eb2501c18e07d99e785bace7607f426e1fd53e
This commit is contained in:
parent
44d0c2f5a5
commit
d1b7510797
@ -5,6 +5,8 @@ upgrade:
|
|||||||
- The V8 Assignment driver interface is deprecated, but still supported in
|
- The V8 Assignment driver interface is deprecated, but still supported in
|
||||||
this release, so any custom drivers based on the V8 interface should still
|
this release, so any custom drivers based on the V8 interface should still
|
||||||
work.
|
work.
|
||||||
other:
|
deprecations:
|
||||||
- Support for the V8 Assignment driver interface is planned to be removed in
|
- >
|
||||||
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
|
Support for the V8 Assignment driver interface is planned to be removed in
|
||||||
the 'O' release of OpenStack.
|
the 'O' release of OpenStack.
|
||||||
|
@ -5,6 +5,8 @@ upgrade:
|
|||||||
- The V8 Role driver interface is deprecated, but still supported in
|
- The V8 Role driver interface is deprecated, but still supported in
|
||||||
this release, so any custom drivers based on the V8 interface should still
|
this release, so any custom drivers based on the V8 interface should still
|
||||||
work.
|
work.
|
||||||
other:
|
deprecations:
|
||||||
- Support for the V8 Role driver interface is planned to be removed in
|
- >
|
||||||
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
|
Support for the V8 Role driver interface is planned to be removed in
|
||||||
the 'O' release of OpenStack.
|
the 'O' release of OpenStack.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
other:
|
deprecations:
|
||||||
- Deprecate the ``enabled`` option from ``[endpoint_policy]``, it will be
|
- >
|
||||||
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
|
Deprecate the ``enabled`` option from ``[endpoint_policy]``, it will be
|
||||||
removed in the 'O' release, and the extension will always be enabled.
|
removed in the 'O' release, and the extension will always be enabled.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
other:
|
deprecations:
|
||||||
- >
|
- >
|
||||||
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
Deprecated the LDAP backend for the role driver. The keystone team suggests using the SQL backend instead.
|
Deprecated the LDAP backend for the *role* driver. The keystone team
|
||||||
The LDAP backend will be removed in the 'O' release.
|
suggests using the SQL backend instead. The LDAP role backend will be
|
||||||
|
removed in the 'O' release.
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
other:
|
deprecations:
|
||||||
- >
|
- >
|
||||||
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
As of the Mitaka release, the PKI and PKIz token formats have been
|
As of the Mitaka release, the PKI and PKIz token formats have been
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
---
|
---
|
||||||
other:
|
upgrade:
|
||||||
- >
|
|
||||||
[`blueprint move-extensions <https://blueprints.launchpad.net/keystone/+spec/move-extensions>`_]
|
|
||||||
If any extension migrations are run, for example: ``keystone-manage db_sync
|
|
||||||
--extension endpoint_policy`` an error will be returned. This is working as
|
|
||||||
designed. To run these migrations simply run: ``keystone-manage db_sync``.
|
|
||||||
The complete list of affected extensions are: ``oauth1``, ``federation``,
|
|
||||||
``endpoint_filter``, ``endpoint_policy``, and ``revoke``.
|
|
||||||
- >
|
- >
|
||||||
The ``keystone-paste.ini`` file must be updated to remove extension
|
The ``keystone-paste.ini`` file must be updated to remove extension
|
||||||
filters, and their use in ``[pipeline:api_v3]``.
|
filters, and their use in ``[pipeline:api_v3]``.
|
||||||
@ -15,3 +8,11 @@ other:
|
|||||||
and ``[filter:revoke_extension]``. See the sample `keystone-paste.ini
|
and ``[filter:revoke_extension]``. See the sample `keystone-paste.ini
|
||||||
<https://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone-paste.ini>`_
|
<https://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone-paste.ini>`_
|
||||||
file for guidance.
|
file for guidance.
|
||||||
|
other:
|
||||||
|
- >
|
||||||
|
[`blueprint move-extensions <https://blueprints.launchpad.net/keystone/+spec/move-extensions>`_]
|
||||||
|
If any extension migrations are run, for example: ``keystone-manage db_sync
|
||||||
|
--extension endpoint_policy`` an error will be returned. This is working as
|
||||||
|
designed. To run these migrations simply run: ``keystone-manage db_sync``.
|
||||||
|
The complete list of affected extensions are: ``oauth1``, ``federation``,
|
||||||
|
``endpoint_filter``, ``endpoint_policy``, and ``revoke``.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
other:
|
deprecations:
|
||||||
- The file ``httpd/keystone.py`` has been deprecated in favor of
|
- >
|
||||||
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
|
The file ``httpd/keystone.py`` has been deprecated in favor of
|
||||||
``keystone-wsgi-admin`` and ``keystone-wsgi-public`` and may be
|
``keystone-wsgi-admin`` and ``keystone-wsgi-public`` and may be
|
||||||
removed in the 'O' release.
|
removed in the 'O' release.
|
||||||
|
@ -7,8 +7,9 @@ upgrade:
|
|||||||
sample configuration file for examples. See `oslo.cache
|
sample configuration file for examples. See `oslo.cache
|
||||||
<http://docs.openstack.org/developer/oslo.cache>`_ for additional
|
<http://docs.openstack.org/developer/oslo.cache>`_ for additional
|
||||||
documentation.
|
documentation.
|
||||||
other:
|
deprecations:
|
||||||
- >
|
- >
|
||||||
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
||||||
``keystone.common.cache.backends.memcache_pool``,
|
``keystone.common.cache.backends.memcache_pool``,
|
||||||
``keystone.common.cache.backends.mongo``, and
|
``keystone.common.cache.backends.mongo``, and
|
||||||
``keystone.common.cache.backends.noop`` are deprecated in favor of
|
``keystone.common.cache.backends.noop`` are deprecated in favor of
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
features:
|
features:
|
||||||
- >
|
- >
|
||||||
[`blueprint x509-ssl-client-cert-authn <https://blueprints.launchpad.net/keystone/+spec/x509-ssl-client-cert-authn>`_]
|
[`blueprint x509-ssl-client-cert-authn <https://blueprints.launchpad.net/keystone/+spec/x509-ssl-client-cert-authn>`_]
|
||||||
|
Loading…
Reference in New Issue
Block a user