From 86a149fb77fd38ebf6c7b303b5693b030a2c0498 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 1 Apr 2015 15:07:49 +0000 Subject: 24 patch comments --- openstack/usr/share/openstack/nova/nova.conf | 18 ++++++++---------- 1 file 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: ) (string value) # FlatDhcp will bridge into this interface if set (default: ) (string value) #vlan_interface=eth1 -vlan_interface=eth0 # Bridge for simple network instances (default: ) (string value) -flat_network_bridge=br100 +#flat_network_bridge=br100 # FlatDhcp will bridge into this interface if set (default: ) (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. -- cgit v1.2.1