diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-01-27 23:29:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-01-27 23:29:05 +0000 |
| commit | fa2242b669f53f88a3be0ac2c54770755efaf9e5 (patch) | |
| tree | a5e1bd2729f89d59fb7b618bf347467e5fd0582f /doc/source | |
| parent | a82aa6651b48f8411771dbe6ba81465908b4e9b9 (diff) | |
| parent | db458d7dec6b2cf712a14e54a76305258aedb700 (diff) | |
| download | python-openstackclient-fa2242b669f53f88a3be0ac2c54770755efaf9e5.tar.gz | |
Merge "Use correct terminology for subnets"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 92b89637..85b0b879 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -116,7 +116,7 @@ referring to both Compute and Volume quotas. * ``service``: (**Identity**) a cloud service * ``service provider``: (**Identity**) a resource that consumes assertions from an ``identity provider`` * ``snapshot``: (**Volume**) a point-in-time copy of a volume -* ``subnet``: (**Network**) - a pool of private IP addresses that can be assigned to instances or other resources +* ``subnet``: (**Network**) - a contiguous range of IP addresses assigned to a network * ``token``: (**Identity**) a bearer token managed by Identity service * ``usage``: (**Compute**) display host resources being consumed * ``user``: (**Identity**) individual cloud resources users |
