bifrost: Retain default value of true for enable_inspector_discovery
In the Wallaby cycle, Bifrost changed the default value of enable_inspector_discovery from true to false. To maintain backwards compatibility, we override the setting to true. Depends-On: https://review.opendev.org/762998/ Change-Id: Ie504fe9e7934e3e9f399d010cd8c5e242a152bb7
This commit is contained in:
parent
05867bfa18
commit
45c4c33aa5
@ -70,6 +70,9 @@ firewalld_internal_zone: "{{ kolla_bifrost_firewalld_internal_zone }}"
|
||||
# Disable authentication for the Ironic and Inspector APIs.
|
||||
noauth_mode: true
|
||||
|
||||
# Enable discovery of nodes in Ironic Inspector.
|
||||
enable_inspector_discovery: true
|
||||
|
||||
{% if kolla_bifrost_extra_globals %}
|
||||
###############################################################################
|
||||
# Extra configuration
|
||||
|
Loading…
Reference in New Issue
Block a user