From ed0f7457fbb1772845b7b9350c822f93225a71f2 Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Wed, 17 Sep 2025 11:53:31 -0300 Subject: [PATCH] Add missing 1.6 API doc in rest version history The version history was not updated in the patch that bumped the API to 1.6[1]. This patch adds the missing doc and also sets 1.6 to the maximun API for the latest release. [1] https://review.opendev.org/c/openstack/watcher/+/955827 Closes-Bug: #2124938 Change-Id: I62473e84415896387fda8ca6d0982f78d2a1a9f1 Signed-off-by: Douglas Viroel --- watcher/api/controllers/rest_api_version_history.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/watcher/api/controllers/rest_api_version_history.rst b/watcher/api/controllers/rest_api_version_history.rst index 783b2468f..870d3d4af 100644 --- a/watcher/api/controllers/rest_api_version_history.rst +++ b/watcher/api/controllers/rest_api_version_history.rst @@ -48,3 +48,11 @@ and action plans. The ``status_message`` field can be set when transitioning an action to SKIPPED state, and can also be updated for actions that are already in SKIPPED state, allowing administrators to fix typos, provide more detailed explanations, or expand on reasons that were initially omitted. + +1.6 (Maximum in 2025.2 Flamingo) +--- +Added new server attributes, ``server_flavor_extra_specs`` and +``server_pinned_az``, to the response of ``GET /v1/data_model`` API when +selecting ``compute`` as the ``data_model_type`` parameter. The collection of +these extended attributes is controlled by +``[compute_model] enable_extended_attributes`` configuration option.