File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 28
28
openstack_version : " stable/2025.1"
29
29
ubuntu_version : " 22.04"
30
30
devstack_conf_overrides : |
31
+ # ensure we're using a working version of setuptools
32
+ if [ -n "\$TOP_DIR" ]; then
33
+ sed -i 's/setuptools\[core\]$/setuptools[core]==79.0.1/g' \$TOP_DIR/lib/infra \$TOP_DIR/inc/python
34
+ sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
35
+ fi
36
+
31
37
enable_plugin magnum https://github.com/openstack/magnum stable/2025.1
32
38
MAGNUMCLIENT_BRANCH=stable/2025.1
33
39
additional_services : " openstack-cli-server"
Original file line number Diff line number Diff line change 24
24
- name : " epoxy"
25
25
openstack_version : " stable/2025.1"
26
26
ubuntu_version : " 22.04"
27
+ devstack_conf_overrides : |
28
+ # ensure we're using a working version of setuptools
29
+ if [ -n "\$TOP_DIR" ]; then
30
+ sed -i 's/setuptools\[core\]$/setuptools[core]==79.0.1/g' \$TOP_DIR/lib/infra \$TOP_DIR/inc/python
31
+ sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
32
+ fi
27
33
additional_services : " openstack-cli-server"
28
34
- name : " dalmatian"
29
35
openstack_version : " stable/2024.2"
You can’t perform that action at this time.
0 commit comments