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 - name: add additional packages for copr-backend
dnf: state=present name={{ item }} dnf: state=present name={{ item }}
with_items: with_items:
- python-novaclient - python2-glanceclient
- python-glanceclient - python2-neutronclient
- python-neutronclient - python2-keystoneclient
- python-keystoneclient
- php-cli - php-cli
- name: install python2-novaclient version that actually works with the current OpenStack deployment - name: install python2-novaclient version that actually works with the current OpenStack deployment