shade/shade/tests/unit/fixtures/image-version-v1.json
Monty Taylor a868c0a81b
Change fixtures to use https
It's not REAL traffic, but shade upgrades connections to https in some
places where half of the config erroneously shows http, so it's good to
have the fixtures look correct.

Change-Id: I4f47981fd114cc0bd622338174f764b374fc4047
2016-12-12 14:12:59 -06:00

25 lines
383 B
JSON

{
"versions": [
{
"status": "CURRENT",
"id": "v1.1",
"links": [
{
"href": "http://image.example.com/v1/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v1.0",
"links": [
{
"href": "http://image.example.com/v1/",
"rel": "self"
}
]
}
]
}