Remove unnecessary indent to avoid blockquote
Change-Id: Ie3b99aaf90c9e8a22dc5c01daf4d5553de7ff143
This commit is contained in:
parent
08e47792b8
commit
8d03dd6d17
@ -119,16 +119,16 @@ network control via Neutron and OpenFlow.
|
||||
|
||||
.. note::
|
||||
|
||||
Set the ``--availability_zone`` parameter to specify which zone or
|
||||
node to use to start the server. Separate the zone from the host
|
||||
name with a comma. For example:
|
||||
Set the ``--availability_zone`` parameter to specify which zone or
|
||||
node to use to start the server. Separate the zone from the host
|
||||
name with a comma. For example:
|
||||
|
||||
.. code::
|
||||
.. code-block:: console
|
||||
|
||||
$ nova boot --availability_zone zone:HOST,NODE
|
||||
|
||||
``host`` is optional for the ``--availability_zone`` parameter. You
|
||||
can simply specify ``zone:,node``, still including the comma.
|
||||
``host`` is optional for the ``--availability_zone`` parameter. You
|
||||
can simply specify ``zone:,node``, still including the comma.
|
||||
|
||||
List bare-metal nodes and interfaces
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -177,34 +177,34 @@ the volume to boot an instance.
|
||||
|
||||
The parameters are:
|
||||
|
||||
- ``--flavor`` FLAVOR. The flavor ID or name.
|
||||
- ``--flavor`` FLAVOR. The flavor ID or name.
|
||||
|
||||
- ``--block-device``
|
||||
source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX
|
||||
- ``--block-device``
|
||||
source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX
|
||||
|
||||
**source=SOURCE**
|
||||
The type of object used to create the block device. Valid values
|
||||
are ``volume``, ``snapshot``, ``image``, and ``blank``.
|
||||
**source=SOURCE**
|
||||
The type of object used to create the block device. Valid values
|
||||
are ``volume``, ``snapshot``, ``image``, and ``blank``.
|
||||
|
||||
**id=ID**
|
||||
The ID of the source object.
|
||||
**id=ID**
|
||||
The ID of the source object.
|
||||
|
||||
**dest=DEST**
|
||||
The type of the target virtual device. Valid values are ``volume``
|
||||
and ``local``.
|
||||
**dest=DEST**
|
||||
The type of the target virtual device. Valid values are ``volume``
|
||||
and ``local``.
|
||||
|
||||
**size=SIZE**
|
||||
The size of the volume that is created.
|
||||
**size=SIZE**
|
||||
The size of the volume that is created.
|
||||
|
||||
**shutdown={preserve\|remove}**
|
||||
What to do with the volume when the instance is deleted.
|
||||
``preserve`` does not delete the volume. ``remove`` deletes the
|
||||
volume.
|
||||
**shutdown={preserve\|remove}**
|
||||
What to do with the volume when the instance is deleted.
|
||||
``preserve`` does not delete the volume. ``remove`` deletes the
|
||||
volume.
|
||||
|
||||
**bootindex=INDEX**
|
||||
Orders the boot disks. Use ``0`` to boot from this volume.
|
||||
**bootindex=INDEX**
|
||||
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
|
||||
volume is not deleted when the instance is terminated::
|
||||
|
Loading…
Reference in New Issue
Block a user