Skip to content

Commit 9c3a33f

Browse files
Alex-WelshMoteHue
andauthored
Apply suggestions from code review
Co-authored-by: Matt Crees <[email protected]>
1 parent 5de9ac7 commit 9c3a33f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ risk").
4545

4646
There are two prerequisites:
4747

48-
1. Kolla-Ansible should be upgraded to the latest version. Assuming a typical
49-
production layout, execute the following from the kolla-ansible source
50-
directory:
48+
1. Kolla-Ansible should be upgraded to the latest version:
5149

5250
.. code-block:: bash
5351
54-
git fetch && git pull && ../../venvs/kolla-ansible/bin/pip install .
52+
cd $KOLLA_SOURCE_PATH
53+
git fetch && git pull
54+
$KOLLA_VENV_PATH/bin/pip install .
5555
5656
2. The RabbitMQ container image tag must be equal to or newer than
5757
``20240823T101942``. Check the timestamps in

0 commit comments

Comments
 (0)