Activity log for bug #1705663

Date Who What changed Old value New value Message
2017-07-21 09:04:03 Zhenyu Zheng bug added bug
2017-07-21 09:04:09 Zhenyu Zheng nova: assignee Zhenyu Zheng (zhengzhenyu)
2017-07-21 09:09:52 Zhenyu Zheng description TBA When calling GET version API with a version that not exist, we returned a list of correct choices, but the href link is incorrect: root@kevin-dev:~# curl -g -i -X GET http://10.76.150.17/compute/v2.0 -H "OpenStack-API-Version: compute 2.51" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-OpenStack-Nova-API-Version: 2.51" -H "X-Auth-Token:gAAAAABZcbz3PfBntmI6mpGnnh3y1_uLYGYzZ9ivohMH6ZL2OymLyZkSXfZe-m9PUaGcocKgLsIp2iRHRho_nfF4N-T2erbvT7hzwtyhqBzlNqR5L306QbRfx3wsZmS-0ml0CR2KDa4chVu25ipI7zPUWEpm9GrgYe8BZOKKUVvvHkT442JC8To" HTTP/1.1 300 Multiple Choices Date: Fri, 21 Jul 2017 09:08:20 GMT Server: Apache/2.4.18 (Ubuntu) Content-Length: 473 Content-Type: application/json Connection: close {"choices": [{"status": "SUPPORTED", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://10.76.150.17/compute/v2/compute/v2.0", "rel": "self"}]}, {"status": "CURRENT", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1", "links": [{"href": "http://10.76.150.17/compute/v2.1/compute/v2.0", "rel": "self"}]}]}
2017-07-24 14:47:18 Sean Dague nova: status New Confirmed
2017-07-24 14:47:20 Sean Dague nova: importance Undecided High
2017-07-24 14:47:28 Sean Dague tags api
2017-07-25 03:58:41 OpenStack Infra nova: status Confirmed In Progress