Skip to content

Commit fd91aa8

Browse files
committed
tests: fix designate dalmatian
1 parent b069c02 commit fd91aa8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/functional-dns.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: "dalmatian"
3030
openstack_version: "stable/2024.2"
3131
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
3238
additional_services: "openstack-cli-server"
3339
- name: "caracal"
3440
openstack_version: "stable/2024.1"

0 commit comments

Comments
 (0)