b121cd520b
Add pooled resources, compute system , composed node and flavor API. Remove extra space with end of line and fix literal block warning. Change-Id: Ib7f00617e48e7ecc6fe30091d79ef6b47ae4c5af
31 lines
625 B
JSON
31 lines
625 B
JSON
{
|
|
"name": "OpenStack Valence API",
|
|
"description": "Valence is an OpenStack project which aims to provide node composition based on Redfish(R) API.",
|
|
"versions": [
|
|
{
|
|
"id": "v1.0",
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:8181/v1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"max_version": "",
|
|
"min_version": ""
|
|
},
|
|
{
|
|
"id": "v1.1",
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:8181/v1/",
|
|
"ref": "self"
|
|
}
|
|
],
|
|
"status": "",
|
|
"max_version": "1.1",
|
|
"min_version": "1.0"
|
|
}
|
|
]
|
|
}
|