summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-01-12 04:43:28 +0000
committerGerrit Code Review <review@openstack.org>2012-01-12 04:43:28 +0000
commit6ece432be0cfb7356636806ab3c046eff17d494b (patch)
treefb901290fd6bbfa0b710738e3175797b06bd9865 /nova/flags.py
parent5a3901a97669453122092c49a2355fea08d7b3a4 (diff)
parenteac7888e722759b7c9a0d7841dfe8b26dfd77897 (diff)
downloadnova-6ece432be0cfb7356636806ab3c046eff17d494b.tar.gz
nova-6ece432be0cfb7356636806ab3c046eff17d494b.tar.xz
nova-6ece432be0cfb7356636806ab3c046eff17d494b.zip
Merge "Blueprint xenapi-security-groups"
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 9c4aeffeb..a51508c97 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -393,7 +393,10 @@ DEFINE_integer('max_vcs_in_vsa', 32,
'maxinum VCs in a VSA')
DEFINE_integer('vsa_part_size_gb', 100,
'default partition size for shared capacity')
-
+# Default firewall driver for security groups and provider firewall
+DEFINE_string('firewall_driver',
+ 'nova.virt.libvirt.firewall.IptablesFirewallDriver',
+ 'Firewall driver (defaults to iptables)')
# The service to use for image search and retrieval
DEFINE_string('image_service', 'nova.image.glance.GlanceImageService',
'The service to use for retrieving and searching for images.')