Fix syntax error
README of Devstack shows a problem[1]. [1]https://opendev.org/openstack/trove/src/branch/master/devstack Change-Id: I00eec0b5edfedbea954ce9e093e7a6cb5a84ddb5
This commit is contained in:
parent
4e63540245
commit
c704af6e32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user