copr-backend: install python3-novaclient in 3.3. version from Koji
This commit is contained in:
parent
4f603b63ff
commit
d19485a9e8
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
||||||
- 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
|
||||||
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python2-novaclient-3.3.1-3.fc25.noarch.rpm
|
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python2-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||||
|
|
||||||
|
- name: install also python3-novaclient because backend is now on python3
|
||||||
|
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python3-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||||
|
|
||||||
- name: make copr dirs
|
- name: make copr dirs
|
||||||
file: state=directory path={{ item }}
|
file: state=directory path={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue