Merge "Increase max scheduling attempts to 10"

This commit is contained in:
Jenkins
2016-04-07 20:56:16 +00:00
committed by Gerrit Code Review

View File

@@ -24,6 +24,8 @@ ec2_listen_port = {{ nova_api_ec2_port }}
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver
scheduler_max_attempts = 10
{% if neutron_plugin_agent == "openvswitch" %}
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
{% elif neutron_plugin_agent == "linuxbridge" %}