summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-01 15:07:49 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:29 +0100
commit86a149fb77fd38ebf6c7b303b5693b030a2c0498 (patch)
treeca4d76e8fe98ac8892a2f21ce94f7d955fe3fef4
parentc7e2629814bbe3c43ccaa68214746c4978332eb1 (diff)
downloaddefinitions-86a149fb77fd38ebf6c7b303b5693b030a2c0498.tar.gz
24 patch comments
-rw-r--r--openstack/usr/share/openstack/nova/nova.conf18
1 files changed, 8 insertions, 10 deletions
diff --git a/openstack/usr/share/openstack/nova/nova.conf b/openstack/usr/share/openstack/nova/nova.conf
index cc90674d..93cd8a51 100644
--- a/openstack/usr/share/openstack/nova/nova.conf
+++ b/openstack/usr/share/openstack/nova/nova.conf
@@ -2,8 +2,12 @@
[DEFAULT]
# LOG/STATE
-verbose=True
-logdir=/var/log/nova
+#verbose=False
+#logdir=/var/log/nova
+
+# Send logs to syslog (/dev/log) instead of to file specified
+# by `log_file`
+use_syslog = True
### nova.availability_zones ###
###############################
@@ -245,27 +249,21 @@ firewall_driver=nova.virt.firewall.NoopFirewallDriver
# NETWORK (linux net) #
#######################
#network_manager=nova.network.manager.VlanManager
-network_manager=nova.network.manager.FlatDHCPManager
#force_dhcp_release=false
-force_dhcp_release=True
#dhcpbridge_flagfile=/etc/nova/nova-dhcpbridge.conf
-dhcpbridge_flagfile=/etc/nova/nova.conf
#dhcpbridge=$bindir/nova-dhcpbridge
#dhcp_lease_time=120
# Firewall driver (defaults to hypervisor specific iptables driver) (string value)
#firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
# Interface for public IP addresses (default: eth0) (string value)
#public_interface=br-ext
-public_interface=eth0
# vlans will bridge into this interface if set (default: <None>) (string value)
# FlatDhcp will bridge into this interface if set (default: <None>) (string value)
#vlan_interface=eth1
-vlan_interface=eth0
# Bridge for simple network instances (default: <None>) (string value)
-flat_network_bridge=br100
+#flat_network_bridge=br100
# FlatDhcp will bridge into this interface if set (default: <None>) (string value)
-flat_interface=eth0
-
+#flat_interface=eth0
# set it to the /32 of your metadata server if you have just one
# It is a cidr in case there are multiple services that you want
# to keep using the internal private ips.