shade/shade/tests/unit/fixtures/discovery.json
Morgan Fainberg 23cead4919 First keystone test using request_mock
Update and correct issues with shade to support use of request_mock
instead of keystoneclient. This solves issues with the catalog v2,
the discovery.json, and leans on the fixes for the test_create_user_v2.

Change-Id: I78666d44d0a2ff9f013a68c09c76d092fea3a586
2017-02-09 20:44:10 +00:00

46 lines
1010 B
JSON

{
"versions": {
"values": [
{
"status": "stable",
"updated": "2016-04-04T00:00:00Z",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v3+json"
}
],
"id": "v3.6",
"links": [
{
"href": "https://identity.example.com/v3/",
"rel": "self"
}
]
},
{
"status": "stable",
"updated": "2014-04-17T00:00:00Z",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v2.0+json"
}
],
"id": "v2.0",
"links": [
{
"href": "https://identity.example.com/v2.0/",
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"type": "text/html",
"rel": "describedby"
}
]
}
]
}
}