copr-backend: install OpenStack clients as python2-*
This commit is contained in:
parent
4ecca0ed53
commit
0b0f4dd06c
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue