summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/quota.rst
diff options
context:
space:
mode:
authorXi Yang <yang.xi@99cloud.net>2015-11-08 22:05:15 +0800
committerXi Yang <yang.xi@99cloud.net>2015-11-27 17:56:10 +0800
commit54b0ef3358b25b0c164ee5f4eba07ee474513d3a (patch)
tree68fe2d59b18a53fb1d13601831a0d6a81609ec3b /doc/source/command-objects/quota.rst
parent8d523266fcfc1c71734f22ec0ae4d5707097dfc8 (diff)
downloadpython-openstackclient-54b0ef3358b25b0c164ee5f4eba07ee474513d3a.tar.gz
Use Block Storage instead of Volume
Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
Diffstat (limited to 'doc/source/command-objects/quota.rst')
-rw-r--r--doc/source/command-objects/quota.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/command-objects/quota.rst b/doc/source/command-objects/quota.rst
index 5ea49f8c..98e6df33 100644
--- a/doc/source/command-objects/quota.rst
+++ b/doc/source/command-objects/quota.rst
@@ -4,7 +4,7 @@ quota
Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties.
-Compute v2, Volume v1
+Compute v2, Block Storage v1
quota set
---------
@@ -26,7 +26,7 @@ Set quotas for project
[--properties <num-properties>]
[--ram <ram-mb>]
- # Volume settings
+ # Block Storage settings
[--gigabytes <new-gigabytes>]
[--snapshots <new-snapshots>]
[--volumes <new-volumes>]
@@ -51,7 +51,7 @@ Set quotas for class
[--properties <num-properties>]
[--ram <ram-mb>]
- # Volume settings
+ # Block Storage settings
[--gigabytes <new-gigabytes>]
[--snapshots <new-snapshots>]
[--volumes <new-volumes>]
@@ -161,4 +161,4 @@ Show quotas for project
.. _quota_show-class:
.. describe:: <class>
- Class to show \ No newline at end of file
+ Class to show