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

« back to all changes in this revision

Viewing changes to bin/nova-volume

  • 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:
34
34
 
35
35
from nova import service
36
36
from nova import twistd
 
37
from nova import utils
37
38
 
38
39
 
39
40
if __name__ == '__main__':
 
41
    utils.default_flagfile()
40
42
    twistd.serve(__file__)
41
43
 
42
44
if __name__ == '__builtin__':