Fix vbmc and tempest images

Change-Id: Ifbc237550bc1dd959522bf550439858d3a1fa5b6
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2021-04-13 12:03:51 -05:00
parent f3cd97a7c4
commit 3bef118879
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN set -ex ;\
python3-pip \
libssl-dev \
git ;\
pip3 install -U pip ;\
git clone https://git.openstack.org/openstack/tempest ;\
git clone https://git.openstack.org/openstack/cinder-tempest-plugin ;\
git clone https://git.openstack.org/openstack/heat-tempest-plugin ;\

View File

@ -27,6 +27,7 @@ RUN set -ex ;\
python3-devel \
python3-pip \
qemu-kvm ;\
pip3 install -U pip ;\
yum -y group install \
"Development Tools" ;\
yum clean all ;\