Fix distro package lists for openSUSE 15

Explicitly pulling in packages that are dependencies of the main
package can cause issues with newer releases where those packages
don't exist anymore - e.g. python-swift is renamed to python3-swift.
similarly python-keystonemiddleware (which is a dep of openstack-swift)
is actually called python3-keystonemiddleware these days.

Change-Id: Iff4011c5a6531fa3f74acfeb6fa980c493246a63
This commit is contained in:
Dirk Mueller 2019-06-29 09:39:36 +02:00
parent d26fda9287
commit dc04fc27bf

View File

@ -15,8 +15,7 @@
# limitations under the License.
swift_distro_packages:
- cronie
- cronie-anacron
- cron
- liberasurecode1
- openssh
- rsync
@ -29,9 +28,7 @@ swift_devel_distro_packages:
swift_service_distro_packages:
- openstack-swift
- python-keystonemiddleware
- python-python-memcached
- python-swift
swift_account_distro_packages:
- openstack-swift-account