Fix distro install on openSUSE

With Train openSUSE is switching the openstack packages to use Python 3.
This means that we need to use the python3 variants of python-module
packages.

Depends-On: https://review.opendev.org/683123
Change-Id: Ib51d7c1a119f6d2890d94d1fcb3e7d4b8d76fc91
This commit is contained in:
Ralf Haferkamp 2019-09-19 17:58:40 +02:00
parent 5681e2d2b5
commit da93dc99e8

View File

@ -24,9 +24,8 @@ cinder_distro_packages:
cinder_service_distro_packages:
- openstack-cinder-scheduler
- python-openstackclient
- python-shade
- python-systemd
- python3-openstackclient
- python3-shade
cinder_api_distro_packages:
- openstack-cinder-api