Limit psutil to <2.0.0

Icehouse NOTE:
psutil was capped in Juno https://bugs.launchpad.net/glance/+bug/1298039
but Icehouse was left uncapped and it was working until psutil 3.0.0 was
released on 2015-06-13.

As explained in https://bugs.launchpad.net/glance/+bug/1298039/comments/2
...the author left some of the old methods in place as deprecated versions
without actually documenting that, while others he just removed.
... the ones that glance uses are still in place in 2.0.0, although there's no
indication as to when that will change (especially since they no longer appear
in the documentation).

Original Juno commit message:
The psutil package recently released psutil version 2.0.0.  This version
made a significant number of changes that are not backwards-compatible.
We should thus restrict the OpenStack psutil requirement to <2.0.0 until
we can ensure that our code is compatible with the new API and that the
2.0.0 version of psutil has had time to propogate to the various
distros.

Needed by: https://review.openstack.org/#/c/78793/
Change-Id: I63d01235a949cd10ba87d41ad428818daaf9a756
Conflicts:
	global-requirements.txt
(cherry picked from commit e4ed279596)
This commit is contained in:
Solly Ross 2014-03-18 17:27:58 -04:00 committed by Alan Pevec
parent 81eb5d61a3
commit 17721421bf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Pillow==2.4.0 # MIT
pip>=1.4
posix_ipc
PrettyTable>=0.7,<0.8
psutil>=1.1.1
psutil>=1.1.1,<2.0.0
pyasn1<=0.1.7
pycadf>=0.4.1,<0.6.0
pycrypto>=2.6,<=2.6.1