Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Add python-ovirt-engine-sdk4 in order to support RHV (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzamot authored and oybed committed Sep 4, 2019
1 parent 6d25b88 commit caacdbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/casl-ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ USER root

# Update System and install clients
RUN \
yum install -y --setopt=tsflags=nodocs https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm; \
yum install -y --setopt=tsflags=nodocs \
https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm \
http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm; \
yum -y install python2-pip; \
pip install --upgrade pip; \
yum -y install \
python-ovirt-engine-sdk4 \
python-ceilometerclient \
python-cinderclient python-glanceclient \
python-heatclient python-neutronclient \
Expand Down

0 comments on commit caacdbc

Please sign in to comment.