openstack-ansible/releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml
Jesse Pretorius 6bcb3d13d0 Add release note for paramiko issue workaround
Change Ia7e0d64214cfd5412ec236ee4bdd6a076821d258 implemented the fix to resolve
the issue with the Paramkino 2.0 update, but did not include a release note to
be explicit that this is a known issue and to inform deployers how to work
around it.

This patch adds a release note to do that.

Change-Id: Iac3bca21fc336835ef1cad3a89d7cea0e4babaa8
Closes-Bug: #1577469
2016-05-03 16:37:02 +00:00

7 lines
362 B
YAML

---
issues:
- Paramiko version 2.0 Python requires the Python cryptography library. New system packages must
be installed for this library. For OpenStack-Ansible versions <12.0.12, <11.2.15, <13.0.2 the
system packages must be installed on the **deployment host** manually by executing
``apt-get install -y build-essential libssl-dev libffi-dev``.