diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-01-12 04:43:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-01-12 04:43:28 +0000 |
commit | 6ece432be0cfb7356636806ab3c046eff17d494b (patch) | |
tree | fb901290fd6bbfa0b710738e3175797b06bd9865 /nova/flags.py | |
parent | 5a3901a97669453122092c49a2355fea08d7b3a4 (diff) | |
parent | eac7888e722759b7c9a0d7841dfe8b26dfd77897 (diff) | |
download | nova-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.py | 5 |
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.') |