openstacksdk/releasenotes/notes/fix-microversion-354dc70deb2b2f0b.yaml
Artem Goncharov e8f0943bc0 Respect default microversion in the microversion negotiation
When the client explicitly chooses the desired microversion (openstack
--os-compute-api-version=2.5 console url show test-server) we need to
respect this choice. If some feature require particular microversion -
ensure it is <= default mv and supported by the server, otherwise do nothing.

Change-Id: Ib94f5c9212d00945f378f035563f78fd61d21fa3
2020-10-10 15:30:39 +02:00

9 lines
346 B
YAML

---
features:
- |
Modify microversion handling. Microversion chosen by the client/user is
respected in the microversion negotiation. For features, requiring
particular microversion, it would be ensured it is supported by the server
side and required microversion is <= chosen microversion, otherwise call
will be rejected.