puppet-tempest/releasenotes/notes/use-pip-package-15400e8fe8cbb275.yaml
Takashi Kajinami e82af602ea Use package to install pip
The easy_install command is no longer available in CentOS 9 (and even
CentOS 8), and we should use package installation. Because RHEL has no
pip package available now, the package installation is skipped with
a warning message.

Closes-Bug: #2043206
Change-Id: Id70b4610f5e016ae69fc8ef2b81e2176f199fe87
2023-11-11 15:39:46 +09:00

9 lines
397 B
YAML

---
fixes:
- |
The ``tempest`` class now installs the pip command using the distribution
package instead of the ``easy_install`` command for CentOS, because
the command is no longer provided by the setuptool package now. Note that
RHEL does not have the pip package so the package installation is skipped.
Make sure the pip command is installed before the class is executed.