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
commit 096c6f21a4
1 changed files with 2 additions and 0 deletions

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" %}