Kolla-toolbox: cryptography deprecation warning
Bug #1888657 reported by
Michal Nasiadka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Critical
|
Unassigned | ||
Rocky |
Fix Released
|
Critical
|
Unassigned | ||
Stein |
Fix Released
|
Critical
|
Michal Nasiadka |
Bug Description
Ansible 2.2.0.0 used in Stein kolla-toolbox requires paramiko (no version
constraints), which installs latest cryptography package. It results in
Python deprecation warning about Python 2:
/usr/lib64/
This warning breaks kolla_toolbox module.
affects: | kolla → kolla-ansible |
no longer affects: | kolla/stein |
Changed in kolla-ansible: | |
status: | In Progress → Fix Committed |
Changed in kolla-ansible: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. opendev. org/742642 /git.openstack. org/cgit/ openstack/ kolla-ansible/ commit/ ?id=bbaa82619ee 404d495ec5aef94 68ecd52c5d76d3
Committed: https:/
Submitter: Zuul
Branch: stable/stein
commit bbaa82619ee404d 495ec5aef9468ec d52c5d76d3
Author: Michal Nasiadka <email address hidden>
Date: Thu Jul 23 13:09:22 2020 +0200
Ignore Python warnings in kolla-toolbox
Ansible 2.2.0.0 used in Stein kolla-toolbox requires paramiko (no version
constraints), which installs latest cryptography package. It results in
Python deprecation warning about Python 2:
/usr/ lib64/python2. 7/site- packages/ cryptography/ __init_ _.py:39: CryptographyDep recationWarning : Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
This warning breaks kolla_toolbox module.
Closes-Bug: #1888657
Change-Id: I3e38946d9dabd5 df8bf7c6202a8b7 39304fe4622