Actions
Bug #17618
closedRudder api-client fails on sles12 due to missing urllib3
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
This was only used for very old compatibility, we can now assume it is not necessary anymore since centos6 is not in the maintained server OS anymore.
Updated by Félix DALLIDET over 4 years ago
An example of error:
Traceback (most recent call last): File "/opt/rudder/bin/rudder_synchronize.py", line 27, in <module> from rudder import RudderEndPoint, RudderError File "/usr/share/rudder-api-client/rudder.py", line 4, in <module> import urllib3 ImportError: No module named urllib3
Updated by Félix DALLIDET over 4 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-api-client/pull/35
Updated by Félix DALLIDET over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-api-client|1889b691be103857aec409a11d4b39fbcc83d7ed.
Updated by Vincent MEMBRÉ 6 months ago
- Status changed from Pending release to Released
Actions