Remove compute_manager, deprecated in Nova

compute_manager option has been deprecated in Nova:
d9a7c16c30

And is not needed with:
6047d790a3

Let's clean nova.conf and remove the useless option.

Change-Id: Ia3ec20998db71b799874d3aaf9daa3df3ff78e3b
Related-Bug: #1674375
This commit is contained in:
Emilien Macchi 2017-03-20 10:50:31 -04:00
parent 9f23fbda47
commit b8789f1db3
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ nova::notify_on_state_change: 'vm_and_task_state'
nova::scheduler::enabled: true
nova::network::neutron::dhcp_domain: ''
nova::compute::force_config_drive: true
nova::compute::compute_manager: 'ironic.nova.compute.manager.ClusteredComputeManager'
nova::compute::reserved_host_memory: '0'
nova::compute::vnc_enabled: false
nova::compute::instance_usage_audit: true