Merge "Correct formatting in README.rst"

This commit is contained in:
Zuul
2019-02-18 17:03:41 +00:00
committed by Gerrit Code Review

View File

@@ -37,7 +37,8 @@ NVMe partitions generally show a ``p`` before the partition number. The default
suffix of ``1`` for ``sdb1`` can be changed to ``p1`` to support NVMe naming suffix of ``1`` for ``sdb1`` can be changed to ``p1`` to support NVMe naming
conventions using the ``mnaio_data_disk_suffix`` extra var shown here: conventions using the ``mnaio_data_disk_suffix`` extra var shown here:
.. code-block:: bash .. code-block:: bash
export MNAIO_ANSIBLE_PARAMETERS="-e mnaio_data_disk=nvme0n1 -e mnaio_data_disk_suffix=p1" export MNAIO_ANSIBLE_PARAMETERS="-e mnaio_data_disk=nvme0n1 -e mnaio_data_disk_suffix=p1"
./build.sh ./build.sh
@@ -62,10 +63,11 @@ at this time include:
* ML2/LinuxBridge * ML2/LinuxBridge
* ML2/Open Virtual Network (OVN) * ML2/Open Virtual Network (OVN)
To deploy an MNAIO with support for OVN, set the following parameter(s) prior To deploy an MNAIO with support for OVN, set the following parameter(s) prior
to executing the build: to executing the build:
.. code-block:: bash .. code-block:: bash
export MNAIO_ANSIBLE_PARAMETERS="-e osa_enable_networking_ovn=true" export MNAIO_ANSIBLE_PARAMETERS="-e osa_enable_networking_ovn=true"
./build.sh ./build.sh