Skip to content

Commit 818d1a2

Browse files
committed
[doc] Update Ubuntu to 22.04
This updates documentation to reflect the switch to Ubuntu 22.04 (jammy) in the CI: https://review.opendev.org/c/openstack/devstack/+/860795 Change-Id: I8bee430029dcc719629bd92451c2791571f8a30c
1 parent 2795e82 commit 818d1a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Start with a clean and minimal install of a Linux system. DevStack
4040
attempts to support the two latest LTS releases of Ubuntu, the
4141
latest/current Fedora version, CentOS/RHEL/Rocky Linux 9 and OpenSUSE.
4242

43-
If you do not have a preference, Ubuntu 20.04 (Focal Fossa) is the
43+
If you do not have a preference, Ubuntu 22.04 (Jammy) is the
4444
most tested, and will probably go the smoothest.
4545

4646
Add Stack User (optional)

tools/install_pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if is_fedora && [[ ${DISTRO} == f* || ${DISTRO} == rhel9 ]]; then
139139
# recent enough anyway. This is included via rpms/general
140140
: # Simply fall through
141141
elif is_ubuntu; then
142-
# pip on Ubuntu 20.04 is new enough, too
142+
# pip on Ubuntu 20.04 and higher is new enough, too
143143
# drop setuptools from u-c
144144
sed -i -e '/setuptools/d' $REQUIREMENTS_DIR/upper-constraints.txt
145145
else

0 commit comments

Comments
 (0)