Cap paramiko to <2

paramiko has been pinned to match global requirements and use a version
<2. This change ensures we don't have runtime issues in nova.

Change-Id: I6b122d749ad128a4ebc94029151c797867a3b872
Closes-Bug: #1576755
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-05-04 10:09:33 -05:00
parent 13a933a938
commit 77b1c7c4ef
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Jinja2>=2.6 # ansible
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
paramiko>=1.13.0 # ansible
paramiko>=1.13.0,<2 # ansible
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
pycrypto>=2.6 # ansible
PyYAML>=3.1.0 # ansible