summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2016-03-29 12:01:31 +0800
committerRui Chen <chenrui.momo@gmail.com>2016-03-29 12:01:31 +0800
commitb2e47b62280a3e559207c3083d57d6a354f9c6a0 (patch)
treebdbe5a39c1e23449fa261f707040443810c461de /doc
parent62a6a497bd757575f5192c27925d1e54e65dadcc (diff)
downloadpython-openstackclient-b2e47b62280a3e559207c3083d57d6a354f9c6a0.tar.gz
Aggregate object should be "grouping of compute hosts"
The describe of Compute "aggregate" in command-objects and commands documents use "a grouping of servers", but exactly that should be a grouping of compute hosts. "server" object in OSC is a virtual machine instance, and server group should be "grouping of servers". Change-Id: Ib034fed15f11fc3e756985b3131a9922129ed6bf Closes-Bug: #1563172 Related-Bug: #1542171
Diffstat (limited to 'doc')
-rw-r--r--doc/source/command-objects/aggregate.rst2
-rw-r--r--doc/source/commands.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst
index 6a1dd908..c002704f 100644
--- a/doc/source/command-objects/aggregate.rst
+++ b/doc/source/command-objects/aggregate.rst
@@ -2,7 +2,7 @@
aggregate
=========
-Server aggregates provide a mechanism to group servers according to certain
+Host aggregates provide a mechanism to group hosts according to certain
criteria.
Compute v2
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index c54cadb1..d7f2d3c7 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -71,7 +71,7 @@ referring to both Compute and Volume quotas.
* ``access token``: (**Identity**) long-lived OAuth-based token
* ``availability zone``: (**Compute**, **Network**, **Volume**) a logical partition of hosts or block storage or network services
-* ``aggregate``: (**Compute**) a grouping of servers
+* ``aggregate``: (**Compute**) a grouping of compute hosts
* ``backup``: (**Volume**) a volume copy
* ``catalog``: (**Identity**) service catalog
* ``command``: (**Internal**) installed commands in the OSC process