Response of GET / contains v1.0/1.1 API versions

Bug #1038905 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Undecided
Akihiro Motoki

Bug Description

v1.0/1.1 are no longer supported. We need to remove them from version info and mark v2.0 as CURRENT.

$ telnet localhost 9696
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 327
Date: Mon, 20 Aug 2012 07:32:26 GMT
Connection: close

{"versions": [{"status": "DEPRECATED", "id": "v1.0", "links": [{"href": "http://127.0.0.1:9696/v1.0", "rel": "self"}]}, {"status": "CURRENT", "id": "v1.1", "links": [{"href": "http://127.0.0.1:9696/v1.1", "rel": "self"}]}, {"status": "PROPOSED", "id": "v2.0", "links": [{"href": "http://127.0.0.1:9696/v2.0", "rel": "self"}]}]}

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/11641

Changed in quantum:
assignee: nobody → Akihiro Motoki (amotoki)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/11641
Committed: http://github.com/openstack/quantum/commit/e4396938425bc27fc730d580a6cd4ee6e3fd09e9
Submitter: Jenkins
Branch: master

commit e4396938425bc27fc730d580a6cd4ee6e3fd09e9
Author: Akihiro MOTOKI <email address hidden>
Date: Mon Aug 20 16:56:19 2012 +0900

    Remove v1.0 and v1.1 API from version info.

    Fixes bug 1038905.

    Change-Id: Ifbb991eef528808ecb3543c3db862f4ca3c29f32

Changed in quantum:
status: In Progress → Fix Committed
Akihiro Motoki (amotoki)
Changed in quantum:
milestone: none → folsom-rc1
Thierry Carrez (ttx)
Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in quantum:
milestone: folsom-rc1 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.