Skip to content

Commit

Permalink
mark 2.0 API as stable
Browse files Browse the repository at this point in the history
Bug 1135230

Change-Id: Icb0ae39b5ac4514c04220b846ebbe24d059ba6c1
  • Loading branch information
Adam Young committed Mar 6, 2013
1 parent 1f7c863 commit 156f474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions keystone/controllers.py
Expand Up @@ -91,8 +91,8 @@ def _get_versions_list(self, context):
versions = {}
versions['v2.0'] = {
'id': 'v2.0',
'status': 'beta',
'updated': '2011-11-19T00:00:00Z',
'status': 'stable',
'updated': '2013-03-06T00:00:00Z',
'links': [
{
'rel': 'self',
Expand Down
8 changes: 4 additions & 4 deletions tests/test_versions.py
Expand Up @@ -43,8 +43,8 @@ def test_public_versions(self):
"values": [
{
"id": "v2.0",
"status": "beta",
"updated": "2011-11-19T00:00:00Z",
"status": "stable",
"updated": '2013-03-06T00:00:00Z',
"links": [
{
"rel": "self",
Expand Down Expand Up @@ -91,8 +91,8 @@ def test_admin_versions(self):
"values": [
{
"id": "v2.0",
"status": "beta",
"updated": "2011-11-19T00:00:00Z",
"status": "stable",
"updated": '2013-03-06T00:00:00Z',
"links": [
{
"rel": "self",
Expand Down

0 comments on commit 156f474

Please sign in to comment.