~sandy-walsh/nova/zones

« back to all changes in this revision

Viewing changes to nova/flags.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:
282
282
 
283
283
DEFINE_string('state_path', os.path.join(os.path.dirname(__file__), '../'),
284
284
              "Top-level directory for maintaining nova's state")
 
285
DEFINE_string('logdir', None, 'output to a per-service log file in named '
 
286
                              'directory')
285
287
 
286
288
DEFINE_string('sql_connection',
287
289
              'sqlite:///$state_path/nova.sqlite',