From b8789f1db3942437aef13e35d00b42ff85c7eaee Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 20 Mar 2017 10:50:31 -0400 Subject: [PATCH] Remove compute_manager, deprecated in Nova compute_manager option has been deprecated in Nova: https://github.com/openstack/nova/commit/d9a7c16c305cd7016195cada883867411d3a5eb9 And is not needed with: https://github.com/openstack/nova/commit/6047d790a32ef5a65d4d6b029f673ce53c3d4141 Let's clean nova.conf and remove the useless option. Change-Id: Ia3ec20998db71b799874d3aaf9daa3df3ff78e3b Related-Bug: #1674375 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 35ff69eaf..a9f259c72 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -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