Activity log for bug #1829263

Date Who What changed Old value New value Message
2019-05-15 15:38:28 Tal Liron bug added bug
2019-05-15 15:48:23 Tal Liron description Running "openstack" command will always emit this warning: RequestsDependencyWarning: urllib3 (1.24.1) or chardet (2.2.1) doesn't match a supported version! This comes from package "python2-requests" (delorean-stein-testing): /usr/lib/python2.7/site-packages/requests/__init__.py Which checks for: urllib3 >= 1.21.1, <= 1.24, chardet >= 3.0.2, < 3.1.0 The problem is that package "python2-urllib3" (delorean-stein-testing) is 1.24.1. The solution would be to either downgrade "python2-urllib3" to 1.24.0 or upgrade "python2-requests" to a newer version that can work with newer versions of "python2-urllib3". Running "openstack" command will always emit this warning:    RequestsDependencyWarning: urllib3 (1.24.1) or chardet (2.2.1) doesn't match a supported version! This comes from package "python2-requests" (from delorean-stein-testing repo):    /usr/lib/python2.7/site-packages/requests/__init__.py Which checks for:    urllib3 >= 1.21.1, <= 1.24, chardet >= 3.0.2, < 3.1.0 The problem is that package "python-chardet" (from base repo, version 2.2.1) is installed instead of "python2-chardet" (from delorean-stein-testing repo, version 3.0.4). The quick workaround is "yum install python2-chardet" (will replace python-chardet), but I think the dependency should be fixed in the repo.
2019-05-27 12:39:11 Rafael Folco tripleo: status New Confirmed
2019-05-27 12:39:15 Rafael Folco tripleo: importance Undecided High
2019-05-27 12:39:25 Rafael Folco tripleo: importance High Medium
2019-06-10 14:47:36 Rafael Folco tripleo: assignee yatin (yatinkarel)
2019-06-11 09:24:24 yatin tripleo: status Confirmed In Progress