From ff35c18029812f508abe30b8450497a156471cd1 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Tue, 4 Feb 2025 10:25:16 +0000 Subject: [PATCH] Upgrade docs: reminder about custom policies --- doc/source/operations/upgrading-openstack.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index be06d1191..689931ca5 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -246,6 +246,11 @@ suggestions: * Check Grafana dashboards. * Update the deployment to use the latest |previous_release| images and configuration. +* If your customer has overriden any policies, check to see if they need + updating to align with new defaults. These will be written to files + ``kolla/config//policy.yaml``. Policy reference documentation can + generally be found in the documentation of each project. For example, Nova + policy: https://docs.openstack.org/nova/latest/configuration/policy.html RabbitMQ SLURP upgrade ----------------------