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

This commit is contained in:
Jenkins 2012-08-21 18:44:01 +00:00 committed by Gerrit Code Review
commit 7662c07e11

View File

@ -35,17 +35,9 @@ class Versions(object):
def __call__(self, req): def __call__(self, req):
"""Respond to a request for all Quantum API versions.""" """Respond to a request for all Quantum API versions."""
version_objs = [ version_objs = [
{
"id": "v1.0",
"status": "DEPRECATED",
},
{
"id": "v1.1",
"status": "CURRENT",
},
{ {
"id": "v2.0", "id": "v2.0",
"status": "PROPOSED", "status": "CURRENT",
}, },
] ]