This patch adds the correct response .json file for the os-aggregates wadl
Patch also attempts to fix the figures missing from the new externals chapter in the Compute Administration Manual. Change-Id: I62c1b83d4145eac8066c988f21d270c0ede23967
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"aggregates": [
|
||||
{
|
||||
"name": "Aggregate1",
|
||||
"availability_zone": "nova",
|
||||
"deleted": false,
|
||||
"created_at": "1912-06-20 18:52:03",
|
||||
"updated_at": null,
|
||||
"hosts": [
|
||||
"devstack"
|
||||
],
|
||||
"deleted_at": null,
|
||||
"id": 1,
|
||||
"metadata": {"key1": "val1"}
|
||||
},
|
||||
{
|
||||
"name": "Aggregate2",
|
||||
"availability_zone": "nova",
|
||||
"deleted": false,
|
||||
"created_at": "1912-06-20 18:53:36",
|
||||
"updated_at": null,
|
||||
"hosts": [
|
||||
"devstack"
|
||||
],
|
||||
"deleted_at": null,
|
||||
"id": 2,
|
||||
"metadata": {"key2": "val2", "key1": "val1"}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,8 +4,9 @@
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||
<title>Underlying Technologies</title>
|
||||
<para>You can think of OpenStack Compute as a toolkit for building a cloud computing environment
|
||||
by stiching together existing Linux technologies.</para>
|
||||
<para>You can think of OpenStack Compute as a toolkit for building
|
||||
a cloud computing environment by stitching together existing
|
||||
Linux technologies.</para>
|
||||
<para>The figures below shows two examples of how these underlying technologies can be assembled
|
||||
to construct an OpenStack Compute cloud. The circles are Linux services that are part of
|
||||
OpenStack Compute, and the rectangles are external (not maintained by the OpenStack project)
|
||||
|
||||
Reference in New Issue
Block a user