Skip to content

Commit 26e8424

Browse files
committed
Amendments after testing the setup again
1 parent a3e4bca commit 26e8424

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/rally_and_tempest.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ need the virtualenv and public-openrc as described above:
4646
4747
mkdir -p ~/.rally ~/rally/data
4848
echo "[database]" | tee ~/.rally/rally.conf
49-
echo "connection=sqlite://${HOME}/rally/data/rally.db" | tee -a ~/.rally/rally.conf
49+
echo "connection=sqlite:///${HOME}/rally/data/rally.db" | tee -a ~/.rally/rally.conf
5050
rally db recreate
5151
rally verify create-verifier --name default --type tempest
5252
rally deployment create --fromenv --name production
@@ -64,9 +64,10 @@ Shakespeare is used for writing Tempest test configuration.
6464

6565
.. code-block:: shell
6666
67+
cd ~/rally
6768
git clone https://github.com/stackhpc/shakespeare.git
6869
cd shakespeare
69-
pip3 install -r requirements.txt
70+
pip install -r requirements.txt
7071
7172
Install Tempest Recipe
7273
----------------------

0 commit comments

Comments
 (0)