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
This commit is contained in:
Jesse Pretorius 2016-05-03 12:18:06 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 2703e4b840
commit 6bcb3d13d0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
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``.