Comment 9 for bug 1508162

Revision history for this message
Alexander Nagovitsyn (gluk12189) wrote :

Reproduced on fuel 8.0 ISO #429

Go to any nodes and install some package.
For example:

pip install pytest
Downloading/unpacking pytest
/usr/share/python-wheels/requests-2.7.0-py2.py3-none-any.whl/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  Downloading pytest-2.8.5-py2.py3-none-any.whl (151kB): 151kB downloaded
Downloading/unpacking py>=1.4.29 (from pytest)
  Downloading py-1.4.31-py2.py3-none-any.whl (81kB): 81kB downloaded
Installing collected packages: pytest, py
Successfully installed pytest py
Cleaning up...