e8f0943bc0
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
9 lines
346 B
YAML
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.
|