[Doc] Address code block issue

Copy-paste issues with code-block::console,
changing to bash

Change-Id: I857fcba4db74f19087529c6183dc67a888735209
This commit is contained in:
ashrod98 2025-04-30 15:02:11 -04:00
parent dc2afc007e
commit ce60e4845a

View File

@ -28,7 +28,7 @@ run manila, a good place to start would be the `manila contributor guide`_.
You can use the following local.conf file to configure DevStack including
Manila using a few fake back ends:
.. code-block:: console
.. code-block:: bash
[[local|localrc]]
@ -117,7 +117,7 @@ For DevStack
On your DevStack machine, you can run the following script. It assumes that
``devstack`` is cloned onto your base folder.
.. code-block:: console
.. code-block:: bash
DEST=${DEST:-/opt/stack}
MANILACLIENT_DIR=${MANILACLIENT_DIR:-$DEST/python-manilaclient}
@ -163,7 +163,7 @@ On your DevStack machine, you can run the following script. It assumes that
# Create share network and use it for functional tests if required
USE_SHARE_NETWORK=$(trueorfalse True USE_SHARE_NETWORK)
.. code-block:: console
.. code-block:: bash
if [[ ${USE_SHARE_NETWORK} = True ]]; then
SHARE_NETWORK_NAME=${SHARE_NETWORK_NAME:-ci}
@ -177,7 +177,7 @@ On your DevStack machine, you can run the following script. It assumes that
fi
.. code-block:: console
.. code-block:: bash
# Set share type if required
if [[ "$SHARE_TYPE" ]]; then