From ce60e4845a1e20316e1cb627bdc4f7cb061dee7e Mon Sep 17 00:00:00 2001 From: ashrod98 Date: Wed, 30 Apr 2025 15:02:11 -0400 Subject: [PATCH] [Doc] Address code block issue Copy-paste issues with code-block::console, changing to bash Change-Id: I857fcba4db74f19087529c6183dc67a888735209 --- doc/source/contributor/functional-tests.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/functional-tests.rst b/doc/source/contributor/functional-tests.rst index 95c19ee33..bee3713ed 100644 --- a/doc/source/contributor/functional-tests.rst +++ b/doc/source/contributor/functional-tests.rst @@ -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