Skip to content

Commit

Permalink
Update nova/flags.py
Browse files Browse the repository at this point in the history
Added boot option and set as boot from volume as default.
  • Loading branch information
qgrasso committed Nov 8, 2012
1 parent 31f6839 commit 340210a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nova/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ def _get_my_ip():
help='Whether to batch up the application of IPTables rules'
' during a host restart and apply all at the end of the'
' init phase'),
cfg.BoolOpt('default_volume_boot',
default=True,
help='Whether instances should boot from volume by default'),
]

FLAGS.register_opts(global_opts)

0 comments on commit 340210a

Please sign in to comment.