Merge "Ensure rsync is installed during bootstrap" into stable/train

This commit is contained in:
Zuul 2020-02-25 01:18:10 +00:00 committed by Gerrit Code Review
commit 97791b447b
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ _tripleo_bootstrap_packages_bootstrap:
- openvswitch
- openstack-selinux
- libselinux-python
- rsync
_tripleo_bootstrap_legacy_network_packages:
- initscripts

View File

@ -24,6 +24,7 @@ _tripleo_bootstrap_packages_bootstrap:
- os-net-config
- python3-libselinux
- puppet-tripleo
- rsync
- tmpwatch
_tripleo_bootstrap_legacy_network_packages:

View File

@ -24,4 +24,5 @@ _tripleo_bootstrap_packages_bootstrap:
- openstack-selinux
- openvswitch
- puppet-tripleo
- rsync
- tmpwatch