summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml')
-rw-r--r--releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml b/releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml
new file mode 100644
index 0000000000..cde6988031
--- /dev/null
+++ b/releasenotes/notes/bp-unshelve_to_host-c9047d518eb67747.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Microversion 2.91 adds the optional parameter ``host`` to
+ the ``unshelve`` server action API.
+ Specifying a destination host is only
+ allowed to admin users and server status must be ``SHELVED_OFFLOADED``
+ otherwise a HTTP 400 (bad request) response is returned.
+ It also allows to set ``availability_zone`` to None to unpin a server
+ from an availability_zone.