We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de9ac7 commit 9c3a33fCopy full SHA for 9c3a33f
doc/source/operations/upgrading-openstack.rst
@@ -45,13 +45,13 @@ risk").
45
46
There are two prerequisites:
47
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:
+1. Kolla-Ansible should be upgraded to the latest version:
51
52
.. code-block:: bash
53
54
- git fetch && git pull && ../../venvs/kolla-ansible/bin/pip install .
+ cd $KOLLA_SOURCE_PATH
+ git fetch && git pull
+ $KOLLA_VENV_PATH/bin/pip install .
55
56
2. The RabbitMQ container image tag must be equal to or newer than
57
``20240823T101942``. Check the timestamps in
0 commit comments