[Stein and older] Ensure rsync installed

rsync needs to be installed in the case of deployed server.

Change-Id: I01b3055e606bbe3bad847d6a0f5ddaf44552a156
Closes-Bug: #1864232
This commit is contained in:
Lars Kellogg-Stedman 2020-02-21 13:19:38 -05:00
parent f13000be15
commit a094a8d393
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ yum install -y \
openvswitch \
python-heat-agent* \
openstack-selinux \
tmpwatch
tmpwatch \
rsync
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules

View File

@ -10,7 +10,8 @@ yum install -y \
python3-heat-agent* \
lvm2 \
openstack-selinux \
tmpwatch
tmpwatch \
rsync
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules