Fix the Sphinx syntax error

Fix the Sphinx syntax error.

Change-Id: Ifaa6618a72a559e9deb0f2d38d97571f2d63d9e9
This commit is contained in:
melissaml 2016-11-03 14:09:42 +08:00
parent a405b1555d
commit a75e812031
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ for Sahara platform tests. Otherwise, some tests may fail.
#. If you use VMware vSphere as a hypervisor for your OpenStack environment,
convert the `qcow2` image format to `vmdk`:
.. code-block: console
.. code-block:: console
qemu-img convert -O vmdk <original_image>.qcow2 <converted_image>.vmdk