
Add a call to stop engine, this function just sets the enabled field to false, and psutil terminates the process (equivalent to what we do now). Also add psutil to requirements Change-Id: Idc3edb2bf1c9ed55d7d77973c59e3d3562e2ad8b
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
# Packages needed for using this package
|
|
Pbr>=0.5.21,<1.0
|
|
sphinx>=1.1.2,<1.2
|
|
croniter>=0.3.3
|
|
kombu==3.0.7
|
|
PyYAML>=3.1.0
|
|
pause==0.1.2
|
|
stevedore>0.10
|
|
watchdog>=0.7.1
|
|
futures>=2.1.6
|
|
six>=1.6.1
|
|
psutil>=1.1.1,<2.0.0
|