22ab93e8d6
In cases where one may need to support multiple API micro-versions, it makes sense to allow a user to submit the list of versions their code can support, as long as they have the visibility into that version. Adds the ability to pass in a list to the os_ironic_api_version value during client initialization, and facilitate the negotiation of the highest available version. Change-Id: I0dfa3f7fe0a1e2aaf31d37c46b65cc6c064b5e86 Related-Bug: #1739440 Related-Bug: #1671145
8 lines
286 B
YAML
8 lines
286 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``os_ironic_api_version`` parameter now accepts a list of REST
|
|
API micro-versions to attempt to negotiate with the remote server.
|
|
The highest available microversion in the list will be negotiated
|
|
for the remaining lifetime of the client session.
|