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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue