Merge "[admin-guide]use "openstack" to instead of "nova" and "cinder""

This commit is contained in:
Jenkins 2016-07-27 14:56:45 +00:00 committed by Gerrit Code Review
commit 95a8fcefcd

View File

@ -24,11 +24,11 @@ to a server instance.
**To create and attach a volume to an instance** **To create and attach a volume to an instance**
#. Configure the OpenStack Compute and the OpenStack Block Storage #. Configure the OpenStack Compute and the OpenStack Block Storage
services through the ``cinder.conf`` file. services through the ``/etc/cinder/cinder.conf`` file.
#. Use the :command:`cinder create` command to create a volume. This #. Use the :command:`openstack volume create ` command to create a volume.
command creates an LV into the volume group (VG) ``cinder-volumes``. This command creates an LV into the volume group (VG) ``cinder-volumes``.
#. Use the :command:`nova volume-attach` command to attach the volume #. Use the :command:`openstack server add volume` command to attach the
to an instance. This command creates a unique :term:`IQN` that is volume to an instance. This command creates a unique :term:`IQN` that is
exposed to the compute node. exposed to the compute node.
* The compute node, which runs the instance, now has an active * The compute node, which runs the instance, now has an active