Skip to content

Commit ee960cb

Browse files
committed
adjustments for prow
1 parent b1c1f21 commit ee960cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/ci/e2e-conformance-gcp-prepare.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ main() {
133133
fi
134134
if ! command -v openstack;
135135
then
136-
pip install python-cinderclient python-glanceclient python-keystoneclient python-neutronclient python-novaclient python-openstackclient python-octaviaclient
136+
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-dev
137+
pip3 install python-cinderclient python-glanceclient python-keystoneclient python-neutronclient python-novaclient python-openstackclient python-octaviaclient
137138
fi
138139

139140
# Wait until cloud-init is done

0 commit comments

Comments
 (0)