Remove ironic_host_manager usage

The baremetal scheduling options were deprecated
in Pike and the ironic_host_manager was deprecated
in Queens and has now been removed. Deployments
must use resource classes now for baremetal scheduling.

Depends-On: https://review.openstack.org/565805/
Change-Id: I80d77d3e7957af9ac5b35ea7d60ab4fe67c23e1b
This commit is contained in:
Matt Riedemann 2018-05-02 12:02:59 -04:00
parent 67b9985b92
commit 3c5935ee75
1 changed files with 0 additions and 5 deletions

View File

@ -91,15 +91,10 @@ if $ironic_hash['metadata']['enabled'] {
action => 'accept',
}
nova_config {
'DEFAULT/scheduler_host_manager': value => 'nova.scheduler.ironic_host_manager.IronicHostManager';
}
include ::nova::params
service { 'nova-scheduler':
ensure => 'running',
name => $::nova::params::scheduler_service_name,
}
Nova_config<| |> ~> Service['nova-scheduler']
}