@@ -351,7 +351,7 @@ Python 3.12
351
351
352
352
From OpenStack 2025.1, Kayobe and Kolla-Ansible require Python 3.12.
353
353
354
- Ubuntu 24.04 has default Python of version 3.12.
354
+ Ubuntu 24.04 has a default Python of version 3.12.
355
355
You can find the upgrade procedure from :ref: `upgrading-to-ubuntu-noble `
356
356
357
357
For Rocky Linux 9, install Python 3.12 manually.
@@ -361,16 +361,16 @@ For Rocky Linux 9, install Python 3.12 manually.
361
361
dnf install python3.12
362
362
363
363
For both Operating Systems, Kayobe and Kolla-Ansible Python virtual environments
364
- created with older Python version will not work with OpenStack 2025.1.
364
+ created with older Python versions will not work with OpenStack 2025.1.
365
365
366
- Create new Kayobe environment and bootstrap Ansible control host with Python 3.12.
367
- Beokay is recommended when creating and managing local Kayobe environment.
368
- You can find more information from :ref: `beokay ` documentation.
366
+ Create a new Kayobe environment and bootstrap the Ansible control host with Python 3.12.
367
+ Beokay is recommended when creating and managing the local Kayobe environment.
368
+ You can find more information from the :ref: `beokay ` documentation.
369
369
370
370
.. note ::
371
371
372
- For Rocky Linux 9, ``beokay create `` need ``--python python3.12 `` option
373
- to specify Beokay to use Python 3.12 as it is not the default.
372
+ For Rocky Linux 9, ``beokay create `` must be used with the ``--python python3.12 ``
373
+ option to specify Beokay to use Python 3.12 as it is not the default.
374
374
375
375
Preparation
376
376
===========
@@ -500,7 +500,7 @@ new release. It may be beneficial to keep a Kayobe environment for the old
500
500
release in case it is necessary before the upgrade begins.
501
501
502
502
In general it is safer to rebuild an environment than upgrade. You can follow
503
- instructions from :ref: `beokay ` documentation.
503
+ instructions from the :ref: `beokay ` documentation.
504
504
But for completeness the following shows how to upgrade an existing local Kayobe
505
505
environment.
506
506
0 commit comments