Support version list API

Registered by Rui Chen

The Congress API should be able to list current supported API versions, like this:

curl -g -i -X GET http://10.250.10.29:1789/

{
 "versions": [{
  "status": "CURRENT",
  "id": "v1",
  "links": [{
   "href": "http://10.250.10.29:1789/v1/",
   "rel": "self"
  }]
 }]
}

Blueprint information

Status:
Complete
Approver:
Tim Hinrichs
Priority:
Medium
Drafter:
Rui Chen
Direction:
Approved
Assignee:
Rui Chen
Definition:
New
Series goal:
Accepted for liberty
Implementation:
Implemented
Milestone target:
milestone icon liberty-3
Started by
Rui Chen
Completed by
Rui Chen

Related branches

Sprints

Whiteboard

spec review:
    https://review.openstack.org/#/c/198279/

Gerrit topic: https://review.openstack.org/#q,topic:bp/api-version,n,z

congress

Addressed by: https://review.openstack.org/202585
    Support version list API

python-congressclient

Addressed by: https://review.openstack.org/205920
    Support version list API in client

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.