summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-12 02:15:53 +0000
committerGerrit Code Review <review@openstack.org>2012-08-12 02:15:53 +0000
commitd036fdbe0f8112e0345e80a08762e3c1bc7885f1 (patch)
tree10091f6fcd6bbe9d7434b324afd251b44d68ad31 /nova/flags.py
parent480f4e2a3a2992acf25628eddfc6f87379cf2445 (diff)
parent8f1c54ce98fed9cb7384be9cbb9f28eba2f12c2d (diff)
downloadnova-d036fdbe0f8112e0345e80a08762e3c1bc7885f1.tar.gz
nova-d036fdbe0f8112e0345e80a08762e3c1bc7885f1.tar.xz
nova-d036fdbe0f8112e0345e80a08762e3c1bc7885f1.zip
Merge "Compute restart causes period of network 'blackout'"
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 4960e9c35..fd2fcc955 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -428,6 +428,11 @@ global_opts = [
'min_disk'],
help='These are image properties which a snapshot should not'
' inherit from an instance'),
+ cfg.BoolOpt('defer_iptables_apply',
+ default=False,
+ help='Whether to batch up the application of IPTables rules'
+ ' during a host restart and apply all at the end of the'
+ ' init phase'),
]
FLAGS.register_opts(global_opts)