We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c1f21 commit ee960cbCopy full SHA for ee960cb
hack/ci/e2e-conformance-gcp-prepare.sh
@@ -133,7 +133,8 @@ main() {
133
fi
134
if ! command -v openstack;
135
then
136
- pip install python-cinderclient python-glanceclient python-keystoneclient python-neutronclient python-novaclient python-openstackclient python-octaviaclient
+ 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
138
139
140
# Wait until cloud-init is done
0 commit comments