Added psutil to requirements.txt file

Added psutil module for health-probe.

Change-Id: I5d88eef0e389826af682b4583b0c6c20687224a7
This commit is contained in:
Chi Lo 2020-04-14 12:37:36 -07:00
parent 5d0335faaa
commit 14173e3111

View File

@ -15,3 +15,4 @@ keystoneauth1>=3.9.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
mysqlclient>=1.4.0
psutil>=3.2.2 # BSD