Merge "Increase max scheduling attempts to 10"
This commit is contained in:
commit
096c6f21a4
@ -24,6 +24,8 @@ ec2_listen_port = {{ nova_api_ec2_port }}
|
|||||||
use_neutron = True
|
use_neutron = True
|
||||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
||||||
|
|
||||||
|
scheduler_max_attempts = 10
|
||||||
|
|
||||||
{% if neutron_plugin_agent == "openvswitch" %}
|
{% if neutron_plugin_agent == "openvswitch" %}
|
||||||
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
|
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
|
||||||
{% elif neutron_plugin_agent == "linuxbridge" %}
|
{% elif neutron_plugin_agent == "linuxbridge" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user