We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b069c02 commit fd91aa8Copy full SHA for fd91aa8
1 file changed
.github/workflows/functional-dns.yaml
@@ -29,6 +29,12 @@ jobs:
29
- name: "dalmatian"
30
openstack_version: "stable/2024.2"
31
ubuntu_version: "22.04"
32
+ devstack_conf_overrides: |
33
+ # ensure we're using a working version of setuptools
34
+ if [ -n "\$TOP_DIR" ]; then
35
+ sed -i 's/setuptools\[core\]$/setuptools[core]==79.0.1/g' \$TOP_DIR/lib/infra \$TOP_DIR/inc/python
36
+ sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
37
+ fi
38
additional_services: "openstack-cli-server"
39
- name: "caracal"
40
openstack_version: "stable/2024.1"
0 commit comments