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

Add python-ovirt-engine-sdk4 in order to support RHV #374

Merged
merged 1 commit into from
Sep 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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