~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/objectstore/bucket.py

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-12-13 10:17:01 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101213101701-txhhqbzsxw4avnxv
Tags: upstream-2011.1~bzr456
ImportĀ upstreamĀ versionĀ 2011.1~bzr456

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
 
35
35
FLAGS = flags.FLAGS
36
 
flags.DEFINE_string('buckets_path', utils.abspath('../buckets'),
 
36
flags.DEFINE_string('buckets_path', '$state_path/buckets',
37
37
                    'path to s3 buckets')
38
38
 
39
39