From 060a3965e67781397b8f61cda28b276a7754401f Mon Sep 17 00:00:00 2001 From: "chen.qiaomin@99cloud.net" Date: Sun, 3 Jul 2016 07:45:50 +0000 Subject: [PATCH] Correct the syntactic error The command should be "nova volume-attach" Change-Id: I2c37fd5d464295e60e480cf0e1c3471e67dd878e --- doc/admin-guide/source/blockstorage-manage-volumes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/source/blockstorage-manage-volumes.rst b/doc/admin-guide/source/blockstorage-manage-volumes.rst index 270ce32268..69ef8080c3 100644 --- a/doc/admin-guide/source/blockstorage-manage-volumes.rst +++ b/doc/admin-guide/source/blockstorage-manage-volumes.rst @@ -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.