[doc] Use openstack client commands to replace cinder client

Change-Id: I9b13a60adbd283fcc37ee307757605af57a76aa7
This commit is contained in:
Qian Min Chen 2018-07-09 15:02:59 +08:00 committed by ziyu
parent aa1901279e
commit 3fab55e9dd

View File

@ -56,7 +56,7 @@ specific shares (pools) to be requested through volume types.
.. code-block:: console .. code-block:: console
cinder type-key $volume_type set pool_name=$pool_name openstack volume type set $volume_type --property pool_name=$pool_name
.. end .. end
Frontend QoS specs may be associated with the volume types and enforced on the Frontend QoS specs may be associated with the volume types and enforced on the
@ -64,9 +64,9 @@ consumer side (e.g. Hyper-V).
.. code-block:: console .. code-block:: console
cinder qos-create $rule_name consumer=front-end total_bytes_sec=20971520 openstack volume qos create $rule_name --property consumer=front-end --property total_bytes_sec=20971520
cinder qos-associate $rule_name $volume_type_id openstack volume qos associate $rule_name $volume_type_id
cinder create $size --volume-type $volume_type_id openstack volume create $volume_name --type $volume_type_id --size $size
.. end .. end
The ``Cinder Backup Service`` can be run on Windows. This driver stores The ``Cinder Backup Service`` can be run on Windows. This driver stores