3c78c29e94
CentOS 7 uses Python 2. Although it's possible to install Python 3 on it, it not trivial with DIB. We should rather switch to a distribution where Python 3 is the default version. As a nice side effect, the CentOS 8 images seem smaller. The CentOS 7 job definitions are kept around since they're used on stable/train. Change-Id: I6b23da21eab19c69f7b070adff76b35e1752bf8d
12 lines
396 B
YAML
12 lines
396 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Building images for CentOS 7 and other distribution releases that default
|
|
to Python 2 is deprecated.
|
|
other:
|
|
- |
|
|
Since ironic-python-agent has removed support for Python 2, CentOS 8 images
|
|
are now built and published on https://tarballs.openstack.org instead of
|
|
CentOS 7 ones. The CentOS 7 images should not be used for Ussuri and later
|
|
releases.
|