Skip to content

Commit b2e47b6

Browse files
committed
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
1 parent 62a6a49 commit b2e47b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/command-objects/aggregate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aggregate
33
=========
44

5-
Server aggregates provide a mechanism to group servers according to certain
5+
Host aggregates provide a mechanism to group hosts according to certain
66
criteria.
77

88
Compute v2

doc/source/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ referring to both Compute and Volume quotas.
7171

7272
* ``access token``: (**Identity**) long-lived OAuth-based token
7373
* ``availability zone``: (**Compute**, **Network**, **Volume**) a logical partition of hosts or block storage or network services
74-
* ``aggregate``: (**Compute**) a grouping of servers
74+
* ``aggregate``: (**Compute**) a grouping of compute hosts
7575
* ``backup``: (**Volume**) a volume copy
7676
* ``catalog``: (**Identity**) service catalog
7777
* ``command``: (**Internal**) installed commands in the OSC process

0 commit comments

Comments
 (0)