From 6bcb3d13d0b6ca23fba1b56f8d70ee5fdf612d81 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 3 May 2016 12:18:06 +0100 Subject: [PATCH] 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 --- .../notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml diff --git a/releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml b/releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml new file mode 100644 index 0000000000..2f2f8e6cae --- /dev/null +++ b/releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml @@ -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``.