~justin-fathomdb/nova/raw-disk-images

« back to all changes in this revision

Viewing changes to nova/compute/monitor.py

  • Committer: Soren Hansen
  • Date: 2010-07-16 16:09:15 UTC
  • mfrom: (139.2.2 remove-vendor)
  • Revision ID: soren.hansen@rackspace.com-20100716160915-pduf64nx3vjj1uxw
MergeĀ lp:~anotherjesse/nova/remove-vendor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    in the object store.
25
25
"""
26
26
 
 
27
import boto
 
28
import boto.s3
27
29
import datetime
 
30
import libxml2
28
31
import logging
29
32
import os
 
33
import rrdtool
30
34
import sys
31
35
import time
 
36
from twisted.internet import defer
 
37
from twisted.internet import task
 
38
from twisted.application import service
32
39
 
33
40
try:
34
41
    import libvirt
36
43
    logging.warning('no libvirt found')
37
44
 
38
45
from nova import flags
39
 
from nova import vendor
40
 
import boto
41
 
import boto.s3
42
 
import libxml2
43
 
import rrdtool
44
 
from twisted.internet import defer
45
 
from twisted.internet import task
46
 
from twisted.application import service
 
46
 
47
47
 
48
48
FLAGS = flags.FLAGS
49
49
flags.DEFINE_integer(