Skip to content
Snippets Groups Projects
Commit a249d15d authored by ZhongShengping's avatar ZhongShengping
Browse files

Deprecate scheduler_max_attempts option in nova

Option "scheduler_max_attempts" from group "DEFAULT" is deprecated.
Use option "max_attempts" from group "scheduler".

Change-Id: I7b8e803c3579c53629a63912e2f6faa65a31f098
Closes-Bug: #1642590
parent 43517f48
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,6 @@ metadata_listen_port = {{ nova_metadata_port }} ...@@ -22,8 +22,6 @@ metadata_listen_port = {{ nova_metadata_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" %}
...@@ -205,3 +203,6 @@ debug = {{ nova_logging_debug }} ...@@ -205,3 +203,6 @@ debug = {{ nova_logging_debug }}
[wsgi] [wsgi]
api_paste_config = /etc/nova/api-paste.ini api_paste_config = /etc/nova/api-paste.ini
[scheduler]
max_attempts = 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment