copr-backend: install OpenStack clients as python2-*

This commit is contained in:
clime 2018-02-23 09:07:04 +01:00
parent 4ecca0ed53
commit 0b0f4dd06c

View file

@ -18,10 +18,9 @@
- name: add additional packages for copr-backend
dnf: state=present name={{ item }}
with_items:
- python-novaclient
- python-glanceclient
- python-neutronclient
- python-keystoneclient
- python2-glanceclient
- python2-neutronclient
- python2-keystoneclient
- php-cli
- name: install python2-novaclient version that actually works with the current OpenStack deployment