Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b284bbb

Browse files
authored
Apply suggestions from code review
1 parent cb18a35 commit b284bbb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/functional-containerinfra.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
openstack_version: "stable/2025.1"
2929
ubuntu_version: "22.04"
3030
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+
3137
enable_plugin magnum https://github.com/openstack/magnum stable/2025.1
3238
MAGNUMCLIENT_BRANCH=stable/2025.1
3339
additional_services: "openstack-cli-server"

.github/workflows/functional-keymanager.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: "epoxy"
2525
openstack_version: "stable/2025.1"
2626
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
2733
additional_services: "openstack-cli-server"
2834
- name: "dalmatian"
2935
openstack_version: "stable/2024.2"

0 commit comments

Comments
 (0)