Skip to content
Snippets Groups Projects
Commit 45c4c33a authored by Mark Goddard's avatar Mark Goddard
Browse files

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
parent 05867bfa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment