
>> Changed project name from plasma to valence in docs. >> Fixed docstring indentation. >> Added features docs. >> Added driver docs. >> Hidden licence headers from html files. Depends-On: Ia02bc00ad168b3c3d01ef6ca9696d43996091070 Change-Id: I1fa382d566165f5e76c84ad864024c0f546ef74c
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"id" : "v1",
|
|
"links" : [
|
|
{
|
|
"href" : "http://openstack.example.com:8881/v1/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "describedby",
|
|
"type" : "text/html",
|
|
"href" : "http://docs.openstack.org/developer/valence/dev/api-spec-v1.html"
|
|
}
|
|
],
|
|
"nodes" : [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "http://openstack.example.com:8881/v1/nodes/"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://openstack.example.com:8881/nodes/"
|
|
}
|
|
],
|
|
"storages" : [
|
|
{
|
|
"href" : "http://openstack.example.com:8881/v1/storages/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://openstack.example.com:8881/storages/"
|
|
}
|
|
],
|
|
"flavors" : [
|
|
{
|
|
"href" : "http://openstack.example.com:8881/v1/flavors/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://openstack.example.com:8881/flavors/"
|
|
}
|
|
],
|
|
"media_types" : [
|
|
{
|
|
"type" : "application/vnd.openstack.valence.v1+json",
|
|
"base" : "application/json"
|
|
}
|
|
]
|
|
}
|