summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova.conf.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index d3ad9f8a9..d31d1e9e6 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -288,9 +288,6 @@
# scheduler_manager=nova.scheduler.manager.SchedulerManager
#### (StrOpt) full class name for the Manager for scheduler
-# firewall_driver=nova.virt.firewall.IptablesFirewallDriver
-#### (StrOpt) Firewall driver (defaults to iptables)
-
# host=nova
#### (StrOpt) Name of this node. This can be an opaque identifier. It is
#### not necessarily a hostname, FQDN, or IP address. However,
@@ -1363,6 +1360,10 @@
######## defined in nova.virt.firewall ########
+# firewall_driver=<None>
+#### (StrOpt) Firewall driver (defaults to hypervisor specific iptables
+#### driver)
+
# allow_same_net_traffic=true
#### (BoolOpt) Whether to allow network traffic from same network