diff --git a/cinder/api/versions.py b/cinder/api/versions.py index 434916cd65d..60413d3b43a 100644 --- a/cinder/api/versions.py +++ b/cinder/api/versions.py @@ -45,10 +45,10 @@ _MEDIA_TYPES = [{ _KNOWN_VERSIONS = { "v1.0": { "id": "v1.0", - "status": "SUPPORTED", + "status": "DEPRECATED", "version": "", "min_version": "", - "updated": "2014-06-28T12:20:21Z", + "updated": "2016-05-02T20:25:19Z", "links": _LINKS, "media-types": _MEDIA_TYPES, },