Fix: Pin urllib3 in OpenStack-related scripts 42/73642/1 v0.92.4
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 22 Sep 2025 07:56:46 +0000 (17:56 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 22 Sep 2025 08:15:50 +0000 (18:15 +1000)
commit05c8bc21a55d90fe327add099a51819fa74b42b6
treeab7fa499fcbf4ab0aad55f045a0d934e70028060
parent42c1d2599c0e53dc6b138183220012386350187d
Fix: Pin urllib3 in OpenStack-related scripts

This change pins urllib3 to version 1.26.15 in all
OpenStack-related scripts to fix connection issues with
OpenStack API where connections are being aborted with
RemoteDisconnected errors. These errors occur specifically
during stack creation and deletion operations.

The version pinning ensures compatibility with the OpenStack
client libraries and is consistent with the approach used in
other scripts that interact with remote services.

Issue: IT-28704
Change-Id: I791c967670f28a28517c57d062834b78ec1712df
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/pin-urllib3-openstack-scripts-6e81d9ecac4f6789.yaml [new file with mode: 0644]
shell/openstack-cleanup-orphaned-stacks.sh
shell/openstack-kubernetes-create.sh
shell/openstack-stack-copy-ssh-keys.sh
shell/openstack-stack-create.sh
shell/openstack-stack-delete.sh