Add rsync-daemon to swift container

https://review.opendev.org/c/openstack/tripleo-ci/+/843787
switches the container base image from cs9 to ubi9.

The standalone deployment is failing while configuring
swift in container-puppet-swift container while installing
rsync-daemon.

Adding rsync-daemon for the swift container fixes the issue.

Closes-Bug: #1979204

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I782dd3d0d603bc0bc6d7cdebb6ed26e776d1562b
(cherry picked from commit 253049a5a0)
This commit is contained in:
Chandan Kumar (raukadah) 2022-06-20 17:29:07 +05:30
parent d71101a39d
commit 5753087019
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ tcib_packages:
common:
- nmap-ncat
- openstack-swift
- rsync-daemon