Correct the syntactic error

The command should be "nova volume-attach"

Change-Id: I2c37fd5d464295e60e480cf0e1c3471e67dd878e
This commit is contained in:
chen.qiaomin@99cloud.net 2016-07-03 07:45:50 +00:00
parent ada4a20713
commit 060a3965e6

View File

@ -27,7 +27,7 @@ to a server instance.
services through the ``cinder.conf`` file.
#. Use the :command:`cinder create` command to create a volume. This
command creates an LV into the volume group (VG) ``cinder-volumes``.
#. Use the nova :command:`volume-attach` command to attach the volume
#. Use the :command:`nova volume-attach` command to attach the volume
to an instance. This command creates a unique :term:`IQN` that is
exposed to the compute node.