summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorKen Pepple <ken.pepple@gmail.com>2011-02-17 13:39:03 -0800
committerKen Pepple <ken.pepple@gmail.com>2011-02-17 13:39:03 -0800
commit7ea5a0885cae596cbd39305ed111b9ab166539bb (patch)
tree827d14d312893cee8db50cb9b6981d1d2fa0213f /nova/utils.py
parent1ba8f07b9fb696ffa601f5d9104612505207d147 (diff)
parent173d59a0e0d11c0dc74744ed48efb8cea9be6b2b (diff)
merged lp:~jk0/nova/dynamicinstancetypes
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