Revert "Remove useless paramiko requirements"

This reverts commit 8e226b826f
which removed paramiko from requirements.txt.

However, paramiko is still required on a system level for ironic.

What occurs is Ansible's paramiko gets installed. When ironic is
installed by that user, pip sees the user's specific paramiko
install, and assumes that in part of the dependency calculation.

This fails when ironic is installed to the ironic user. As such,
the cleanest approach, for now, is to ensure that paramiko is
installed system wide.

Change-Id: Ifcb2715864e8d567aedcb3126afa23d654532e63
Closes-Bug: #1695996
This commit is contained in:
Julia Kreger 2017-06-05 21:13:23 +00:00
parent 0f8d5029e4
commit 84fdd08503
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
oslo.config>=4.0.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
paramiko>=2.0 # LGPLv2.1+