Skip to content

Commit

Permalink
Merge "swift-base: fix rsync missing for rpm installs" into unmaintai…
Browse files Browse the repository at this point in the history
…ned/yoga
  • Loading branch information
Zuul authored and openstack-gerrit committed May 8, 2024
2 parents 20bb847 + 306b51e commit f91b041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/swift/swift-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f91b041

Please sign in to comment.