From fa098f69e49a682bea3f285620ae5f9a0450691d Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Tue, 3 May 2016 13:24:10 -0400 Subject: Migrate api-ref into our tree 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 --- api-ref/source/samples/chassis-list-response.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api-ref/source/samples/chassis-list-response.json (limited to 'api-ref/source/samples/chassis-list-response.json') diff --git a/api-ref/source/samples/chassis-list-response.json b/api-ref/source/samples/chassis-list-response.json new file mode 100644 index 000000000..034166cf5 --- /dev/null +++ b/api-ref/source/samples/chassis-list-response.json @@ -0,0 +1,18 @@ +{ + "chassis": [ + { + "description": "Sample chassis", + "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" + } + ], + "uuid": "eaaca217-e7d8-47b4-bb41-3f99f20eed89" + } + ] +} -- cgit v1.2.1