summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-02-16 20:34:30 +0100
committerSoren Hansen <soren@linux2go.dk>2011-02-16 20:34:30 +0100
commit84770a2679ac069e214f5ce167b8abb70fafa878 (patch)
tree258f024879f83056cda21395c43f1ea1c74012ba /nova/utils.py
parent56ebab08b29da2ed9a4ec29bb1c0695371acc142 (diff)
parent17abf5c23f90f15b557131f71657e70e7b5cdef8 (diff)
downloadnova-84770a2679ac069e214f5ce167b8abb70fafa878.tar.gz
nova-84770a2679ac069e214f5ce167b8abb70fafa878.tar.xz
nova-84770a2679ac069e214f5ce167b8abb70fafa878.zip
Merge trunk
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 8d7ff1f64..ba71ebf39 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -25,7 +25,6 @@ import inspect
import json
import os
import random
-import subprocess
import socket
import struct
import sys
@@ -36,6 +35,7 @@ import netaddr
from eventlet import event
from eventlet import greenthread
+from eventlet.green import subprocess
from nova import exception
from nova.exception import ProcessExecutionError