impuls/lib/python3.11/site-packages/openstack/tests/unit/fixtures/baremetal.json

31 lines
617 B
JSON
Raw Normal View History

{
"default_version": {
"id": "v1",
"links": [
{
"href": "https://baremetal.example.com/v1/",
"rel": "self"
}
],
"min_version": "1.1",
"status": "CURRENT",
"version": "1.33"
},
"description": "Ironic is an OpenStack project which aims to provision baremetal machines.",
"name": "OpenStack Ironic API",
"versions": [
{
"id": "v1",
"links": [
{
"href": "https://baremetal.example.com/v1/",
"rel": "self"
}
],
"min_version": "1.1",
"status": "CURRENT",
"version": "1.33"
}
]
}