Remove unnecessary indent to avoid blockquote

Change-Id: Ie3b99aaf90c9e8a22dc5c01daf4d5553de7ff143
This commit is contained in:
KATO Tomoyuki 2015-10-09 11:02:34 +09:00
parent 08e47792b8
commit 8d03dd6d17
2 changed files with 26 additions and 26 deletions

View File

@ -119,16 +119,16 @@ network control via Neutron and OpenFlow.
.. note:: .. note::
Set the ``--availability_zone`` parameter to specify which zone or Set the ``--availability_zone`` parameter to specify which zone or
node to use to start the server. Separate the zone from the host node to use to start the server. Separate the zone from the host
name with a comma. For example: name with a comma. For example:
.. code:: .. code-block:: console
$ nova boot --availability_zone zone:HOST,NODE $ nova boot --availability_zone zone:HOST,NODE
``host`` is optional for the ``--availability_zone`` parameter. You ``host`` is optional for the ``--availability_zone`` parameter. You
can simply specify ``zone:,node``, still including the comma. can simply specify ``zone:,node``, still including the comma.
List bare-metal nodes and interfaces List bare-metal nodes and interfaces
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -177,34 +177,34 @@ the volume to boot an instance.
The parameters are: The parameters are:
- ``--flavor`` FLAVOR. The flavor ID or name. - ``--flavor`` FLAVOR. The flavor ID or name.
- ``--block-device`` - ``--block-device``
source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX
**source=SOURCE** **source=SOURCE**
The type of object used to create the block device. Valid values The type of object used to create the block device. Valid values
are ``volume``, ``snapshot``, ``image``, and ``blank``. are ``volume``, ``snapshot``, ``image``, and ``blank``.
**id=ID** **id=ID**
The ID of the source object. The ID of the source object.
**dest=DEST** **dest=DEST**
The type of the target virtual device. Valid values are ``volume`` The type of the target virtual device. Valid values are ``volume``
and ``local``. and ``local``.
**size=SIZE** **size=SIZE**
The size of the volume that is created. The size of the volume that is created.
**shutdown={preserve\|remove}** **shutdown={preserve\|remove}**
What to do with the volume when the instance is deleted. What to do with the volume when the instance is deleted.
``preserve`` does not delete the volume. ``remove`` deletes the ``preserve`` does not delete the volume. ``remove`` deletes the
volume. volume.
**bootindex=INDEX** **bootindex=INDEX**
Orders the boot disks. Use ``0`` to boot from this volume. Orders the boot disks. Use ``0`` to boot from this volume.
- ``NAME``. The name for the server. - ``NAME``. The name for the server.
#. Create a bootable volume from an image, before the instance boots. The #. Create a bootable volume from an image, before the instance boots. The
volume is not deleted when the instance is terminated:: volume is not deleted when the instance is terminated::