summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-04-29 10:19:25 +0800
committerZhongShengping <chdzsp@163.com>2019-05-06 18:32:53 +0800
commitc704af6e3281a52d9b8330a70f111a634fe2109b (patch)
tree247e78905cd2b6bd76b19577b993294521c6221d /devstack
parent4e63540245da0a910d6e69fb4a0cd56c45ec46a4 (diff)
downloadtrove-c704af6e3281a52d9b8330a70f111a634fe2109b.tar.gz
Fix syntax error
README of Devstack shows a problem[1]. [1]https://opendev.org/openstack/trove/src/branch/master/devstack Change-Id: I00eec0b5edfedbea954ce9e093e7a6cb5a84ddb5
Diffstat (limited to 'devstack')
-rw-r--r--devstack/README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index 34b16672..d051c387 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -14,7 +14,7 @@ To enable Trove in DevStack, perform the following steps:
Download DevStack
=================
-.. sourcecode:: bash
+.. code-block:: bash
export DEVSTACK_DIR=~/devstack
git clone https://opendev.org/openstack/devstack.git $DEVSTACK_DIR
@@ -25,14 +25,14 @@ Enable the Trove plugin
Enable the plugin by adding the following section to
``$DEVSTACK_DIR/local.conf``
-.. sourcecode:: bash
+.. code-block:: bash
[[local|localrc]]
enable_plugin trove https://opendev.org/openstack/trove
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
-.. sourcecode:: bash
+.. code-block:: bash
[[local|localrc]]
enable_plugin trove https://opendev.org/openstack/trove <refspec>
@@ -40,7 +40,7 @@ Optionally, a git refspec (branch or tag or commit) may be provided as follows:
Run the DevStack utility
========================
-.. sourcecode:: bash
+.. code-block:: bash
cd $DEVSTACK_DIR
./stack.sh