summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
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)