fa098f69e4
Per this email[0], it's time to migrate our API docs into our tree. This copies the sphinx extension from nova into our tree as well, which will be later split into its own python module. At that time we can cut over to the module and drop it from our tree. The conf.py and the tox environment are also cribbed from nova. [0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html Change-Id: I683cc4d6459d77c42951a06247b6f9ff8f8456bd
28 lines
807 B
JSON
28 lines
807 B
JSON
{
|
|
"created_at": "2000-01-01T12:00:00",
|
|
"description": "Sample chassis",
|
|
"extra": {},
|
|
"links": [
|
|
{
|
|
"href": "http://localhost:6385/v1/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost:6385/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"href": "http://localhost:6385/v1/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89/nodes",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost:6385/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89/nodes",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"updated_at": "2000-01-01T12:00:00",
|
|
"uuid": "eaaca217-e7d8-47b4-bb41-3f99f20eed89"
|
|
}
|