Skip to content

Commit

Permalink
Nodemgr service EXITED for all nodes due to import error.
Browse files Browse the repository at this point in the history
Fix: Import subprocess module in EventManager module.

Closes-Bug: #1443049

Change-Id: Iffbafba9217f701b7b842e2fd080df81ec4a8105
  • Loading branch information
shabbir0734 committed Apr 13, 2015
1 parent df13d27 commit be7553e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodemgr/EventManager.py
Expand Up @@ -6,6 +6,7 @@
import sys
import socket
import time
import subprocess
from subprocess import Popen, PIPE
import supervisor.xmlrpc
import xmlrpclib
Expand Down

0 comments on commit be7553e

Please sign in to comment.