Use 'openstack' to replace 'cinder' command
Change-Id: I3b92295e19cac6f8b8a0cc305c1555734d8130dc Implements: blueprint use-openstack-command
This commit is contained in:
parent
acc263f48c
commit
892c7c350b
@ -157,7 +157,7 @@ Specify volume driver
|
||||
|
||||
Configure the Blockbridge volume driver in ``/etc/cinder/cinder.conf``.
|
||||
Your ``volume_backend_name`` must match the value specified in the
|
||||
:command:`cinder type-key` command in the previous step.
|
||||
:command:`openstack volume type set` command in the previous step.
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
|
@ -146,7 +146,7 @@ Set up Hitachi storage volume driver
|
||||
|
||||
volume_driver = cinder.volume.drivers.hitachi.hbsd_iscsi.HBSDISCSIDriver
|
||||
|
||||
Also, set ``volume_backend_name`` created by :command:`cinder type-key`
|
||||
Also, set ``volume_backend_name`` created by :command:`openstack volume type set`
|
||||
command:
|
||||
|
||||
.. code-block:: ini
|
||||
|
@ -247,8 +247,8 @@ When users request volumes of a particular volume type, the volumes
|
||||
are created on storage back ends that meet the list of requirements.
|
||||
An example of this is the back ends that have the available space or
|
||||
extra specs. Use the specs in the following table to configure volumes.
|
||||
Define Block Storage volume types by using the :command:`cinder type-key`
|
||||
command.
|
||||
Define Block Storage volume types by using the :command:`openstack volume
|
||||
type set` command.
|
||||
|
||||
.. include:: ../../tables/manual/cinder-netapp_cdot_extraspecs.rst
|
||||
|
||||
@ -447,8 +447,8 @@ When users request volumes of a particular volume type, the volumes are
|
||||
created on storage back ends that meet the list of requirements.
|
||||
An example of this is the back ends that have the available space or
|
||||
extra specs. Use the specs in the following table to configure volumes.
|
||||
Define Block Storage volume types by using the :command:`cinder type-key`
|
||||
command.
|
||||
Define Block Storage volume types by using the :command:`openstack volume
|
||||
type set` command.
|
||||
|
||||
.. list-table:: Description of extra specs options for NetApp Unified Driver with E-Series
|
||||
:header-rows: 1
|
||||
|
Loading…
Reference in New Issue
Block a user