diff options
| author | René Ribaud <rribaud@redhat.com> | 2022-06-13 15:22:43 +0200 |
|---|---|---|
| committer | René Ribaud <rribaud@redhat.com> | 2022-07-22 10:22:34 +0200 |
| commit | 09239fc2eadcf266b42c640e386c7cebad715eea (patch) | |
| tree | e9488d10c9e7a12a9f2792dd83ceb9e7cdd23a1d /doc/api_samples/versions/v21-version-get-resp.json | |
| parent | a263fa46f861c091d93782d4796c8302f9c30f4a (diff) | |
| download | nova-09239fc2eadcf266b42c640e386c7cebad715eea.tar.gz | |
Allow unshelve to a specific host (REST API part)
This adds support to the REST API, in a new microversion, for specifying
a destination host to unshelve server action when the server
is shelved offloaded.
This patch also supports the ability to unpin the availability_zone of an
instance that is bound to it.
Note that the functional test changes are due to those tests using the
"latest" microversion 2.91.
Implements: blueprint unshelve-to-host
Change-Id: I9e95428c208582741e6cd99bd3260d6742fcc6b7
Diffstat (limited to 'doc/api_samples/versions/v21-version-get-resp.json')
| -rw-r--r-- | doc/api_samples/versions/v21-version-get-resp.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_samples/versions/v21-version-get-resp.json b/doc/api_samples/versions/v21-version-get-resp.json index f976225f9c..1c17bd42a4 100644 --- a/doc/api_samples/versions/v21-version-get-resp.json +++ b/doc/api_samples/versions/v21-version-get-resp.json @@ -19,7 +19,7 @@ } ], "status": "CURRENT", - "version": "2.90", + "version": "2.91", "min_version": "2.1", "updated": "2013-07-23T11:33:21Z" } |
