Skip to content

Commit

Permalink
Pin keystoneauth1 package <5.1.0
Browse files Browse the repository at this point in the history
Fresh release of keystoneauth1 uses f-strings which breaks our
legacy py2.7 jobs

PROD-37049

Change-Id: I786ca2052ff0d9da74b8ef6a8eebce5e28cd731d
  • Loading branch information
theilluminate committed Nov 25, 2022
1 parent 450adb4 commit 75d2ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/mirantis/mk/Openstack.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def setupOpenstackVirtualenv(path, version = 'latest', python="python2") {
'cmd2>=0.9.1;python_version=="3.5"',
// NOTE: pin client packages to current latest to prevent
// downloading packages which are not support Python 2.7
'keystoneauth1<=5.0.0',
'python-openstackclient==4.0.0',
'python-heatclient==1.18.0',
'docutils==0.16',
Expand Down

0 comments on commit 75d2ea1

Please sign in to comment.