We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a9a657 + ed2aadd commit 9ed844eCopy full SHA for 9ed844e
.github/workflows/overcloud-host-image-build.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Install OpenStack client
144
run: |
145
source venvs/kayobe/bin/activate &&
146
- pip install python-openstackclient
+ pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
147
148
- name: Build a CentOS Stream 8 overcloud host image
149
id: build_centos_stream_8
0 commit comments