
This chanage enabled codespell in precommit and fixes the existing typos. A followup commit will enable this in tox and ci. Change-Id: I0a11bcd5a88247a48d3437525fc8a3cb3cdd4e58
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 minimum and maximum supported
|
|
versions by API, he/she can access /v1 resource and Watcher API will
|
|
return appropriate headers in response.
|