c4a30153f1
This patch set adds API microversion support along with the first API microversion: start/end time for CONTINUOUS audits. APIImpact Implements: blueprint api-microversioning Depends-On: I6bb838d777b2c7aa799a70485980e5dc87838456 Change-Id: I17309d80b637f02bc5e6d33294472e02add88f86
9 lines
432 B
YAML
9 lines
432 B
YAML
---
|
|
features:
|
|
Watcher starts to support API microversions since Stein cycle. From now
|
|
onwards all API changes should be made with saving backward compatibility.
|
|
To specify API version operator should use OpenStack-API-Version
|
|
HTTP header. If operator wants to know the mininum and maximum supported
|
|
versions by API, he/she can access /v1 resource and Watcher API will
|
|
return appropriate headers in response.
|