520005b13d
This patch adds microversion support so that it is possible to make minor changes to the APIs as required to fix Launchpad bug #1740091. Change-Id: I7ea48be72897a77fc8424a57f4ce2d4798daf4eb Related-Bug: #1740091
9 lines
397 B
YAML
9 lines
397 B
YAML
---
|
|
features:
|
|
- |
|
|
Blazar now supports API microversions. All API changes should be made while
|
|
keeping backward compatibility. The API version is specified in the
|
|
``OpenStack-API-Version`` HTTP header. To view the mininum and maximum
|
|
supported versions by API, access the ``/`` and ``/versions`` resources.
|
|
The Blazar API will include supported versions in the response data.
|