diff options
author | Zuul <zuul@review.opendev.org> | 2022-02-28 16:32:33 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2022-02-28 16:32:33 +0000 |
commit | a72b74488a62a184cee6e1de75171c90f98eb726 (patch) | |
tree | 5797a8337688a45ebc4dd8a677bb2bd51472f7c2 /nova | |
parent | df7cf272acb135d631ff16740cdf87c04062372c (diff) | |
parent | c56710778dcda22500224482abdd7a480a2f1f89 (diff) | |
download | nova-a72b74488a62a184cee6e1de75171c90f98eb726.tar.gz |
Merge "doc: mark the max microversion for yoga"
Diffstat (limited to 'nova')
-rw-r--r-- | nova/api/openstack/compute/rest_api_version_history.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index d7a74870f9..703e18bcbe 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -1191,8 +1191,8 @@ field. .. _microversion 2.90: -2.90 (Maximum in Xena) ----------------------- +2.90 (Maximum in Xena and Yoga) +------------------------------- The ``POST /servers`` (create server), ``PUT /servers/{id}`` (update server) and ``POST /servers/{server_id}/action (rebuild)`` (rebuild server) APIs now |