summaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml')
-rw-r--r--keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml b/keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml
new file mode 100644
index 00000000..ced7d5a7
--- /dev/null
+++ b/keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml
@@ -0,0 +1,25 @@
+---
+upgrade:
+ - >
+ The `keystone-paste.ini` file must be updated to remove extension
+ filters, and their use in ``[pipeline:api_v3]``.
+ Remove the following filters: ``[filter:oauth1_extension]``,
+ ``[filter:federation_extension]``, ``[filter:endpoint_filter_extension]``,
+ and ``[filter:revoke_extension]``. See the sample `keystone-paste.ini
+ <https://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone-paste.ini>`_
+ file for guidance.
+ - >
+ The `keystone-paste.ini` file must be updated to remove extension filters,
+ and their use in ``[pipeline:public_api]`` and ``[pipeline:admin_api]`` pipelines.
+ Remove the following filters: ``[filter:user_crud_extension]``,
+ ``[filter:crud_extension]``. See the sample `keystone-paste.ini
+ <https://git.openstack.org/cgit/openstack/keystone/tree/etc/keystone-paste.ini>`_
+ 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``.