Merge "Remove ironic_host_manager usage"

This commit is contained in:
Zuul 2018-05-11 21:52:43 +00:00 committed by Gerrit Code Review
commit 905de55cda
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 %}