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:
parent
5681e2d2b5
commit
da93dc99e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user