From d1b7510797a2658d46f9cd0e88ced999450091a5 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 11 Dec 2015 01:28:52 -0500 Subject: [PATCH] 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 --- .../Assignment_V9_driver-c22be069f7baccb0.yaml | 6 ++++-- .../notes/Role_V9_driver-971c3aae14d9963d.yaml | 6 ++++-- ...oint-policy-cfg-option-d018acab72a398a0.yaml | 6 ++++-- .../deprecate-ldap-role-ad28dce16863bbb1.yaml | 7 ++++--- ...eprecated-as-of-mitaka-8534e43fa40c1d09.yaml | 2 +- .../extensions-to-core-a0d270d216d47276.yaml | 17 +++++++++-------- .../notes/httpd-keystone-d51b7335559b09c8.yaml | 6 ++++-- .../notes/oslo.cache-a9ce47bfa8809efa.yaml | 3 ++- .../notes/x509-auth-df0a229780b8e3ff.yaml | 1 + 9 files changed, 33 insertions(+), 21 deletions(-) diff --git a/releasenotes/notes/Assignment_V9_driver-c22be069f7baccb0.yaml b/releasenotes/notes/Assignment_V9_driver-c22be069f7baccb0.yaml index 2630440e58..6cd046c8f1 100644 --- a/releasenotes/notes/Assignment_V9_driver-c22be069f7baccb0.yaml +++ b/releasenotes/notes/Assignment_V9_driver-c22be069f7baccb0.yaml @@ -5,6 +5,8 @@ upgrade: - The V8 Assignment driver interface is deprecated, but still supported in this release, so any custom drivers based on the V8 interface should still work. -other: - - Support for the V8 Assignment driver interface is planned to be removed in +deprecations: + - > + [`blueprint deprecated-as-of-mitaka `_] + Support for the V8 Assignment driver interface is planned to be removed in the 'O' release of OpenStack. diff --git a/releasenotes/notes/Role_V9_driver-971c3aae14d9963d.yaml b/releasenotes/notes/Role_V9_driver-971c3aae14d9963d.yaml index 634b2a217a..2378863df1 100644 --- a/releasenotes/notes/Role_V9_driver-971c3aae14d9963d.yaml +++ b/releasenotes/notes/Role_V9_driver-971c3aae14d9963d.yaml @@ -5,6 +5,8 @@ upgrade: - The V8 Role driver interface is deprecated, but still supported in this release, so any custom drivers based on the V8 interface should still work. -other: - - Support for the V8 Role driver interface is planned to be removed in +deprecations: + - > + [`blueprint deprecated-as-of-mitaka `_] + Support for the V8 Role driver interface is planned to be removed in the 'O' release of OpenStack. diff --git a/releasenotes/notes/deprecate-endpoint-policy-cfg-option-d018acab72a398a0.yaml b/releasenotes/notes/deprecate-endpoint-policy-cfg-option-d018acab72a398a0.yaml index f36945365a..ce372edee4 100644 --- a/releasenotes/notes/deprecate-endpoint-policy-cfg-option-d018acab72a398a0.yaml +++ b/releasenotes/notes/deprecate-endpoint-policy-cfg-option-d018acab72a398a0.yaml @@ -1,4 +1,6 @@ --- -other: - - Deprecate the ``enabled`` option from ``[endpoint_policy]``, it will be +deprecations: + - > + [`blueprint 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. diff --git a/releasenotes/notes/deprecate-ldap-role-ad28dce16863bbb1.yaml b/releasenotes/notes/deprecate-ldap-role-ad28dce16863bbb1.yaml index 23679304af..8b1e503d1e 100644 --- a/releasenotes/notes/deprecate-ldap-role-ad28dce16863bbb1.yaml +++ b/releasenotes/notes/deprecate-ldap-role-ad28dce16863bbb1.yaml @@ -1,6 +1,7 @@ --- -other: +deprecations: - > [`blueprint deprecated-as-of-mitaka `_] - Deprecated the LDAP backend for the role driver. The keystone team suggests using the SQL backend instead. - The LDAP backend will be removed in the 'O' release. \ No newline at end of file + Deprecated the LDAP backend for the *role* driver. The keystone team + suggests using the SQL backend instead. The LDAP role backend will be + removed in the 'O' release. \ No newline at end of file diff --git a/releasenotes/notes/deprecated-as-of-mitaka-8534e43fa40c1d09.yaml b/releasenotes/notes/deprecated-as-of-mitaka-8534e43fa40c1d09.yaml index 26d3ebe55c..fe9d9fe77b 100644 --- a/releasenotes/notes/deprecated-as-of-mitaka-8534e43fa40c1d09.yaml +++ b/releasenotes/notes/deprecated-as-of-mitaka-8534e43fa40c1d09.yaml @@ -1,5 +1,5 @@ --- -other: +deprecations: - > [`blueprint deprecated-as-of-mitaka `_] As of the Mitaka release, the PKI and PKIz token formats have been diff --git a/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml b/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml index 74bbbd54fd..80af9ae948 100644 --- a/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml +++ b/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml @@ -1,12 +1,5 @@ --- -other: - - > - [`blueprint 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``. +upgrade: - > The ``keystone-paste.ini`` file must be updated to remove extension filters, and their use in ``[pipeline:api_v3]``. @@ -15,3 +8,11 @@ other: and ``[filter:revoke_extension]``. See the sample `keystone-paste.ini `_ file for guidance. +other: + - > + [`blueprint 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``. diff --git a/releasenotes/notes/httpd-keystone-d51b7335559b09c8.yaml b/releasenotes/notes/httpd-keystone-d51b7335559b09c8.yaml index 5343fe5088..86bb378e25 100644 --- a/releasenotes/notes/httpd-keystone-d51b7335559b09c8.yaml +++ b/releasenotes/notes/httpd-keystone-d51b7335559b09c8.yaml @@ -1,5 +1,7 @@ --- -other: - - The file ``httpd/keystone.py`` has been deprecated in favor of +deprecations: + - > + [`blueprint 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 removed in the 'O' release. diff --git a/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml b/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml index c8ff301f0e..6d5a93113d 100644 --- a/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml +++ b/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml @@ -7,8 +7,9 @@ upgrade: sample configuration file for examples. See `oslo.cache `_ for additional documentation. -other: +deprecations: - > + [`blueprint deprecated-as-of-mitaka `_] ``keystone.common.cache.backends.memcache_pool``, ``keystone.common.cache.backends.mongo``, and ``keystone.common.cache.backends.noop`` are deprecated in favor of diff --git a/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml b/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml index 1234d80c58..c533630758 100644 --- a/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml +++ b/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml @@ -1,3 +1,4 @@ +--- features: - > [`blueprint x509-ssl-client-cert-authn `_]