30842faeaa
If you request to show details of versions "v1/" API it returns 404 ResourceNotFound. This patch fixes this issue by updating the v1 version correctly as "v1.0" in versions controller which helps wsgi layer to find the resource(controller) correctly. This way it returns the details of version "v1" correctly instead of ResourceNotFound. v1 show API response: {"version": {"status": "CURRENT", "updated": "2016-07-01T11:33:21Z", "links": [{"href": "http://<host-ip>:15868/v1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "1.0", "version": "1.0", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.masakari+json;version=1"}], "id": "v1.0"}} This patch fixes the reported supported microversion as well to avoid clients failing due to requesting too new version (LP#1882516). It has to be fixed to pass tests. APIImpact - versions "v1/" show API will return 200 OK now instead of 404 ResourceNotFound. Closes-Bug: #1685145 Closes-Bug: #1882516 Co-Authored-By: Jegor van Opdorp <jegor@leaf.cloud> Co-Authored-By: suzhengwei <sugar-2008@163.com> Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com> Change-Id: If3943060b5d09bd153b6401d34c7d10d3dc864fe
7 lines
159 B
YAML
7 lines
159 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes API microversion reporting to report the latest supported
|
|
microversion.
|
|
`LP#1882516 <https://launchpad.net/bugs/1882516>`__
|