Skip to content

Commit 9ed844e

Browse files
authored
Merge pull request #674 from stackhpc/yoga/host-image-build
Use upper constraints to install openstackclient
2 parents 4a9a657 + ed2aadd commit 9ed844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/overcloud-host-image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install OpenStack client
144144
run: |
145145
source venvs/kayobe/bin/activate &&
146-
pip install python-openstackclient
146+
pip install python-openstackclient -c https://opendev.org/openstack/requirements/raw/branch/stable/${{ steps.openstack_release.outputs.openstack_release }}/upper-constraints.txt
147147
148148
- name: Build a CentOS Stream 8 overcloud host image
149149
id: build_centos_stream_8

0 commit comments

Comments
 (0)