~sandy-walsh/nova/zones

« back to all changes in this revision

Viewing changes to nova/utils.py

  • Committer: Sandy Walsh
  • Date: 2011-02-17 21:39:03 UTC
  • mfrom: (635.1.60 nova)
  • Revision ID: sandy.walsh@rackspace.com-20110217213903-swehe88wea8inxow
changed from 003-004 migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import json
26
26
import os
27
27
import random
28
 
import subprocess
29
28
import socket
30
29
import struct
31
30
import sys
36
35
 
37
36
from eventlet import event
38
37
from eventlet import greenthread
 
38
from eventlet.green import subprocess
39
39
 
40
40
from nova import exception
41
41
from nova.exception import ProcessExecutionError