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: I92cab1c7b5dc8201b0a8a94287c75d6348ab4465
This commit is contained in:
Matt Riedemann 2018-05-02 12:07:44 -04:00
parent 32fa09968b
commit bb61590399
1 changed files with 0 additions and 4 deletions

View File

@ -252,10 +252,6 @@ secure_proxy_ssl_header = HTTP_X_FORWARDED_PROTO
max_attempts = 10
discover_hosts_in_cells_interval = 60
{% if enable_ironic | bool %}
host_manager = ironic_host_manager
{% endif %}
{% if enable_nova_fake | bool %}
default_filters = RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter
{% endif %}