Skip to content

Commit 54b0ef3

Browse files
author
Xi Yang
committed
Use Block Storage instead of Volume
Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
1 parent 8d52326 commit 54b0ef3

16 files changed

Lines changed: 28 additions & 26 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ OpenStackClient
1111
:alt: Downloads
1212

1313
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
14-
the command set for Compute, Identity, Image, Object Store and Volume APIs
15-
together in a single shell with a uniform command structure.
14+
the command set for Compute, Identity, Image, Object Store and Block Storage
15+
APIs together in a single shell with a uniform command structure.
1616

1717
The primary goal is to provide a unified shell command structure and a common
1818
language to describe operations in OpenStack.

doc/source/command-objects/backup.rst

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

5-
Volume v1
5+
Block Storage v1
66

77
backup create
88
-------------

doc/source/command-objects/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ List API extensions
3434

3535
.. option:: --volume
3636

37-
List extensions for the Volume API
37+
List extensions for the Block Storage API
3838

3939
.. option:: --long
4040

doc/source/command-objects/limits.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
limits
33
======
44

5-
The Compute and Volume APIs have resource usage limits.
5+
The Compute and Block Storage APIs have resource usage limits.
66

7-
Compute v2, Volume v1
7+
Compute v2, Block Storage v1
88

99
limits show
1010
-----------
1111

12-
Show compute and volume limits
12+
Show compute and block storage limits
1313

1414
.. program:: limits show
1515
.. code:: bash

doc/source/command-objects/quota.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ quota
44

55
Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties.
66

7-
Compute v2, Volume v1
7+
Compute v2, Block Storage v1
88

99
quota set
1010
---------
@@ -26,7 +26,7 @@ Set quotas for project
2626
[--properties <num-properties>]
2727
[--ram <ram-mb>]
2828
29-
# Volume settings
29+
# Block Storage settings
3030
[--gigabytes <new-gigabytes>]
3131
[--snapshots <new-snapshots>]
3232
[--volumes <new-volumes>]
@@ -51,7 +51,7 @@ Set quotas for class
5151
[--properties <num-properties>]
5252
[--ram <ram-mb>]
5353
54-
# Volume settings
54+
# Block Storage settings
5555
[--gigabytes <new-gigabytes>]
5656
[--snapshots <new-snapshots>]
5757
[--volumes <new-volumes>]
@@ -161,4 +161,4 @@ Show quotas for project
161161
.. _quota_show-class:
162162
.. describe:: <class>
163163

164-
Class to show
164+
Class to show

doc/source/command-objects/snapshot.rst

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

5-
Volume v1
5+
Block Storage v1
66

77
snapshot create
88
---------------

doc/source/command-objects/volume-qos.rst

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

5-
volume v1, v2
5+
Block Storage v1, v2
66

77
volume qos associate
88
--------------------

doc/source/command-objects/volume-type.rst

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

5-
Volume v1, v2
5+
Block Storage v1, v2
66

77
volume type create
88
------------------

doc/source/command-objects/volume.rst

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

5-
Volume v1, v2
5+
Block Storage v1, v2
66

77
volume create
88
-------------

doc/source/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ the API resources will be merged, as in the ``quota`` object that has options
7070
referring to both Compute and Volume quotas.
7171

7272
* ``access token``: (**Identity**) long-lived OAuth-based token
73-
* ``availability zone``: (**Compute**) a logical partition of hosts or volume services
73+
* ``availability zone``: (**Compute**) a logical partition of hosts or block storage services
7474
* ``aggregate``: (**Compute**) a grouping of servers
7575
* ``backup``: (**Volume**) a volume copy
7676
* ``catalog``: (**Identity**) service catalog

0 commit comments

Comments
 (0)