~sandy-walsh/nova/zones

« back to all changes in this revision

Viewing changes to nova/twistd.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:
43
43
 
44
44
 
45
45
FLAGS = flags.FLAGS
46
 
flags.DEFINE_string('logdir', None, 'directory to keep log files in '
47
 
                                     '(will be prepended to $logfile)')
48
46
 
49
47
 
50
48
class TwistdServerOptions(ServerOptions):