Fix list rendering in the accelerator support doc

List bullets in the top level have to be left justified,
otherwise we get "<blockquote>" html tags inserted.

Change-Id: I35e80c23c7a6421a648c93767ab954e9a6d1e997
This commit is contained in:
Takashi Natsume 2020-04-22 21:06:00 +09:00
parent 347d656c35
commit d10f4169c9
1 changed files with 27 additions and 27 deletions

View File

@ -9,11 +9,11 @@ management for accelerators.
To launch servers with accelerators, the administrator (or an user with
appropriate privileges) must do the following:
* Create a device profile in Cyborg, which specifies what accelerator
* Create a device profile in Cyborg, which specifies what accelerator
resources need to be provisioned. (See `Cyborg device profiles API
<https://docs.openstack.org/api-ref/accelerator/v2/index.html#device-profiles>`_.
* Set the device profile name as an extra spec in a chosen flavor,
* Set the device profile name as an extra spec in a chosen flavor,
with this syntax:
.. code::
@ -22,7 +22,7 @@ appropriate privileges) must do the following:
The chosen flavor may be a newly created one or an existing one.
* Use that flavor to create a server:
* Use that flavor to create a server:
.. code::
@ -32,7 +32,7 @@ As of 21.0.0 (Ussuri), nova supports only specific operations for instances
with accelerators. The lists of supported and unsupported operations are as
below:
* Supported operations.
* Supported operations.
* Creation and deletion.
* Reboots (soft and hard).
@ -42,7 +42,7 @@ below:
* Backup.
* Rescue and unrescue.
* Unsupported operations
* Unsupported operations
* Rebuild.
* Resize.