Use Block Storage instead of Volume
Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
This commit is contained in:
parent
8d523266fc
commit
54b0ef3358
@ -11,8 +11,8 @@ OpenStackClient
|
|||||||
:alt: Downloads
|
:alt: Downloads
|
||||||
|
|
||||||
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
|
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
|
||||||
the command set for Compute, Identity, Image, Object Store and Volume APIs
|
the command set for Compute, Identity, Image, Object Store and Block Storage
|
||||||
together in a single shell with a uniform command structure.
|
APIs together in a single shell with a uniform command structure.
|
||||||
|
|
||||||
The primary goal is to provide a unified shell command structure and a common
|
The primary goal is to provide a unified shell command structure and a common
|
||||||
language to describe operations in OpenStack.
|
language to describe operations in OpenStack.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
backup
|
backup
|
||||||
======
|
======
|
||||||
|
|
||||||
Volume v1
|
Block Storage v1
|
||||||
|
|
||||||
backup create
|
backup create
|
||||||
-------------
|
-------------
|
||||||
|
@ -34,7 +34,7 @@ List API extensions
|
|||||||
|
|
||||||
.. option:: --volume
|
.. option:: --volume
|
||||||
|
|
||||||
List extensions for the Volume API
|
List extensions for the Block Storage API
|
||||||
|
|
||||||
.. option:: --long
|
.. option:: --long
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
limits
|
limits
|
||||||
======
|
======
|
||||||
|
|
||||||
The Compute and Volume APIs have resource usage limits.
|
The Compute and Block Storage APIs have resource usage limits.
|
||||||
|
|
||||||
Compute v2, Volume v1
|
Compute v2, Block Storage v1
|
||||||
|
|
||||||
limits show
|
limits show
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Show compute and volume limits
|
Show compute and block storage limits
|
||||||
|
|
||||||
.. program:: limits show
|
.. program:: limits show
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
@ -4,7 +4,7 @@ quota
|
|||||||
|
|
||||||
Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties.
|
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
|
quota set
|
||||||
---------
|
---------
|
||||||
@ -26,7 +26,7 @@ Set quotas for project
|
|||||||
[--properties <num-properties>]
|
[--properties <num-properties>]
|
||||||
[--ram <ram-mb>]
|
[--ram <ram-mb>]
|
||||||
|
|
||||||
# Volume settings
|
# Block Storage settings
|
||||||
[--gigabytes <new-gigabytes>]
|
[--gigabytes <new-gigabytes>]
|
||||||
[--snapshots <new-snapshots>]
|
[--snapshots <new-snapshots>]
|
||||||
[--volumes <new-volumes>]
|
[--volumes <new-volumes>]
|
||||||
@ -51,7 +51,7 @@ Set quotas for class
|
|||||||
[--properties <num-properties>]
|
[--properties <num-properties>]
|
||||||
[--ram <ram-mb>]
|
[--ram <ram-mb>]
|
||||||
|
|
||||||
# Volume settings
|
# Block Storage settings
|
||||||
[--gigabytes <new-gigabytes>]
|
[--gigabytes <new-gigabytes>]
|
||||||
[--snapshots <new-snapshots>]
|
[--snapshots <new-snapshots>]
|
||||||
[--volumes <new-volumes>]
|
[--volumes <new-volumes>]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
snapshot
|
snapshot
|
||||||
========
|
========
|
||||||
|
|
||||||
Volume v1
|
Block Storage v1
|
||||||
|
|
||||||
snapshot create
|
snapshot create
|
||||||
---------------
|
---------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
volume qos
|
volume qos
|
||||||
==========
|
==========
|
||||||
|
|
||||||
volume v1, v2
|
Block Storage v1, v2
|
||||||
|
|
||||||
volume qos associate
|
volume qos associate
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
volume type
|
volume type
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Volume v1, v2
|
Block Storage v1, v2
|
||||||
|
|
||||||
volume type create
|
volume type create
|
||||||
------------------
|
------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
volume
|
volume
|
||||||
======
|
======
|
||||||
|
|
||||||
Volume v1, v2
|
Block Storage v1, v2
|
||||||
|
|
||||||
volume create
|
volume create
|
||||||
-------------
|
-------------
|
||||||
|
@ -70,7 +70,7 @@ the API resources will be merged, as in the ``quota`` object that has options
|
|||||||
referring to both Compute and Volume quotas.
|
referring to both Compute and Volume quotas.
|
||||||
|
|
||||||
* ``access token``: (**Identity**) long-lived OAuth-based token
|
* ``access token``: (**Identity**) long-lived OAuth-based token
|
||||||
* ``availability zone``: (**Compute**) a logical partition of hosts or volume services
|
* ``availability zone``: (**Compute**) a logical partition of hosts or block storage services
|
||||||
* ``aggregate``: (**Compute**) a grouping of servers
|
* ``aggregate``: (**Compute**) a grouping of servers
|
||||||
* ``backup``: (**Volume**) a volume copy
|
* ``backup``: (**Volume**) a volume copy
|
||||||
* ``catalog``: (**Identity**) service catalog
|
* ``catalog``: (**Identity**) service catalog
|
||||||
|
@ -3,8 +3,9 @@ OpenStackClient
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
OpenStackClient (aka OSC) is a command-line client for OpenStack that
|
OpenStackClient (aka OSC) is a command-line client for OpenStack that
|
||||||
brings the command set for Compute, Identity, Image, Object Storage and Volume
|
brings the command set for Compute, Identity, Image, Object Storage and
|
||||||
APIs together in a single shell with a uniform command structure.
|
Block Storage APIs together in a single shell with a uniform command
|
||||||
|
structure.
|
||||||
|
|
||||||
User Documentation
|
User Documentation
|
||||||
------------------
|
------------------
|
||||||
|
@ -171,7 +171,7 @@ project support. The object names may consist of multiple words to compose a
|
|||||||
unique name. Occasionally when multiple APIs have a common name with common
|
unique name. Occasionally when multiple APIs have a common name with common
|
||||||
overlapping purposes there will be options to select which object to use, or
|
overlapping purposes there will be options to select which object to use, or
|
||||||
the API resources will be merged, as in the ``quota`` object that has options
|
the API resources will be merged, as in the ``quota`` object that has options
|
||||||
referring to both Compute and Volume quotas.
|
referring to both Compute and Block Storage quotas.
|
||||||
|
|
||||||
Command Actions
|
Command Actions
|
||||||
---------------
|
---------------
|
||||||
|
@ -11,8 +11,9 @@ Adoption
|
|||||||
========
|
========
|
||||||
|
|
||||||
OpenStackClient promises to provide first class support for the following
|
OpenStackClient promises to provide first class support for the following
|
||||||
OpenStack services: Compute, Identity, Image, Storage, Volume and Network.
|
OpenStack services: Compute, Identity, Image, Object Storage, Block Storage
|
||||||
These services are considered essential to any OpenStack deployment.
|
and Network. These services are considered essential to any OpenStack
|
||||||
|
deployment.
|
||||||
|
|
||||||
Other OpenStack services, such as Orchestration or Telemetry may create an
|
Other OpenStack services, such as Orchestration or Telemetry may create an
|
||||||
OpenStackClient plugin. The source code will not be hosted by
|
OpenStackClient plugin. The source code will not be hosted by
|
||||||
|
@ -133,12 +133,12 @@ Release Notes
|
|||||||
|
|
||||||
* Add ``--log-file`` option support
|
* Add ``--log-file`` option support
|
||||||
|
|
||||||
* Set default Volume API version to ``2``
|
* Set default Block Storage API version to ``2``
|
||||||
|
|
||||||
1.6.0 (10 Aug 2015)
|
1.6.0 (10 Aug 2015)
|
||||||
===================
|
===================
|
||||||
|
|
||||||
* Added support for Volume v2 APIs
|
* Added support for Block Storage v2 APIs
|
||||||
Blueprint `volume-v2 <https://blueprints.launchpad.net/python-openstackclient/+spec/volume-v2>`_
|
Blueprint `volume-v2 <https://blueprints.launchpad.net/python-openstackclient/+spec/volume-v2>`_
|
||||||
|
|
||||||
* Backup
|
* Backup
|
||||||
|
@ -49,7 +49,7 @@ class ListExtension(lister.Lister):
|
|||||||
'--volume',
|
'--volume',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help='List extensions for the Volume API')
|
help='List extensions for the Block Storage API')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--long',
|
'--long',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
@ -95,7 +95,7 @@ class ListExtension(lister.Lister):
|
|||||||
try:
|
try:
|
||||||
data += volume_client.list_extensions.show_all()
|
data += volume_client.list_extensions.show_all()
|
||||||
except Exception:
|
except Exception:
|
||||||
message = "Extensions list not supported by Volume API"
|
message = "Extensions list not supported by Block Storage API"
|
||||||
self.log.warning(message)
|
self.log.warning(message)
|
||||||
|
|
||||||
# Resource classes for the above
|
# Resource classes for the above
|
||||||
|
@ -25,7 +25,7 @@ from openstackclient.identity import common as identity_common
|
|||||||
|
|
||||||
|
|
||||||
class ShowLimits(lister.Lister):
|
class ShowLimits(lister.Lister):
|
||||||
"""Show compute and volume limits"""
|
"""Show compute and block storage limits"""
|
||||||
|
|
||||||
log = logging.getLogger(__name__ + '.ShowLimits')
|
log = logging.getLogger(__name__ + '.ShowLimits')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user