Merge "Fix the Sphinx syntax error"

This commit is contained in:
Jenkins 2016-11-03 15:26:36 +00:00 committed by Gerrit Code Review
commit 9a31d2544c
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