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: Iea17567402360a49fa9c89845916bc09a2b4e2ad
This commit is contained in:
Matt Riedemann 2018-05-02 12:12:39 -04:00
parent b1c78d696a
commit 831e895925
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
class packstack::nova::sched::ironic ()
{
class {'::nova::scheduler::filter':
scheduler_host_manager => 'ironic_host_manager',
}
class { '::nova::scheduler':
enabled => true,
}