Modify the cinder commands

Change-Id: I1ee539d9344e71342db309499efccefb3a9a404c
Implements: blueprint use-openstack-command
This commit is contained in:
qiaomin 2016-12-22 13:47:44 +00:00
parent 34c43ad5e7
commit 8d51893867

View File

@ -510,8 +510,8 @@ mount point:
.. code-block:: console
# nova volume-detach <instance_uuid> <volume_uuid>
# nova volume-attach <instance_uuid> <volume_uuid> /dev/vdX
# openstack server remove volume <instance_uuid> <volume_uuid>
# openstack server add volume <instance_uuid> <volume_uuid> --device /dev/vdX
Be sure that the instance has successfully booted and is at a login
screen before doing the above.