Add support for showing scheduler_hints in server details

Nova currently lacks a straightforward way to expose scheduler hints
associated with a server. This change extends existing Nova's
API to allow users to retrieve this information when it is available.
It adds a new API microversion to support returning the associated
scheduler_hints in ``GET /servers/{server_id}``, `GET /servers/detail``,
``PUT /servers/{server_id}`` and ``POST /server/{server_id}/action``
(rebuild) responses.

Implements: blueprint show-scheduler-hints-in-server-details
Change-Id: If0070cfbc218e0515bf3b58fc8c5067ae22c7072
This commit is contained in:
Douglas Viroel
2025-01-07 13:52:05 -03:00
parent d9f72b2432
commit 2db8af71dd
30 changed files with 1176 additions and 18 deletions
@@ -19,7 +19,7 @@
}
],
"status": "CURRENT",
"version": "2.99",
"version": "2.100",
"min_version": "2.1",
"updated": "2013-07-23T11:33:21Z"
}
@@ -22,7 +22,7 @@
}
],
"status": "CURRENT",
"version": "2.99",
"version": "2.100",
"min_version": "2.1",
"updated": "2013-07-23T11:33:21Z"
}