From d0e70fea7e6d36f662e9e836703af83a3a2668ed Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 28 Aug 2025 16:17:17 -0700 Subject: [PATCH] Mark "Migrate from wsgi scripts" goal as completed Move the "Migrate from wsgi scripts to module paths" goal from proposed to completed in the 2025.2 cycle. This goal focused on migrating OpenStack services from using PBR's wsgi_scripts entrypoint to Python module paths for WSGI applications, addressing compatibility issues with newer Python packaging tools. While not officially selected, we were forced to make changes to match the changes in python packaging tools. Change-Id: I38963569d60b67faf1b6af520a1fc53576c6519e Signed-off-by: Goutham Pacha Ravi --- goals/completed/2025.2/index.rst | 9 +++++++++ .../migrate-from-wsgi-scripts-to-module-paths.rst | 0 2 files changed, 9 insertions(+) create mode 100644 goals/completed/2025.2/index.rst rename goals/{proposed => completed/2025.2}/migrate-from-wsgi-scripts-to-module-paths.rst (100%) diff --git a/goals/completed/2025.2/index.rst b/goals/completed/2025.2/index.rst new file mode 100644 index 000000000..831917357 --- /dev/null +++ b/goals/completed/2025.2/index.rst @@ -0,0 +1,9 @@ +======== + 2025.2 +======== + +.. toctree:: + :glob: + :maxdepth: 1 + + * diff --git a/goals/proposed/migrate-from-wsgi-scripts-to-module-paths.rst b/goals/completed/2025.2/migrate-from-wsgi-scripts-to-module-paths.rst similarity index 100% rename from goals/proposed/migrate-from-wsgi-scripts-to-module-paths.rst rename to goals/completed/2025.2/migrate-from-wsgi-scripts-to-module-paths.rst