File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ need the virtualenv and public-openrc as described above:
46
46
47
47
mkdir -p ~ /.rally ~ /rally/data
48
48
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
50
50
rally db recreate
51
51
rally verify create-verifier --name default --type tempest
52
52
rally deployment create --fromenv --name production
@@ -64,9 +64,10 @@ Shakespeare is used for writing Tempest test configuration.
64
64
65
65
.. code-block :: shell
66
66
67
+ cd ~ /rally
67
68
git clone https://github.com/stackhpc/shakespeare.git
68
69
cd shakespeare
69
- pip3 install -r requirements.txt
70
+ pip install -r requirements.txt
70
71
71
72
Install Tempest Recipe
72
73
----------------------
You can’t perform that action at this time.
0 commit comments