Merge "swift-base: fix rsync missing for rpm installs" into unmaintained/yoga

This commit is contained in:
Zuul 2024-05-08 16:42:05 +00:00 committed by Gerrit Code Review
commit f91b041fa0
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set swift_base_packages = [
'nmap-ncat',
'rsync',
'openstack-swift',
] %}
{% elif base_package_type == 'deb' %}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes a bug where the ``rsync`` RPM package was missing in the ``swift-base`` container.
See `bug 2062072 <https://bugs.launchpad.net/kolla/+bug/2062072>`__ for details.