diff options
| author | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-01-19 12:45:07 +0900 |
|---|---|---|
| committer | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-01-19 12:45:07 +0900 |
| commit | 30ec3b18dbb24fe1a1cfa0e733c373edee49ca84 (patch) | |
| tree | 89462619dff4c1bf5c6fb90ee03c0a0f98cbc38d /nova | |
| parent | 4190d539315c50c50edcb8f7866274fe3d95d9a1 (diff) | |
Revert Firewalldriver
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/libvirt_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt_conn.py b/nova/virt/libvirt_conn.py index 4036d4f07..55c193e20 100644 --- a/nova/virt/libvirt_conn.py +++ b/nova/virt/libvirt_conn.py @@ -98,7 +98,7 @@ flags.DEFINE_string('ajaxterm_portrange', '10000-12000', 'Range of ports that ajaxterm should randomly try to bind') flags.DEFINE_string('firewall_driver', - None, + 'nova.virt.libvirt_conn.IptablesFirewallDriver', 'Firewall driver (defaults to iptables)') |
