6cd36a750f
With the new in-band inspection, we can derive the callback URL from the Ironic URL, there is no need to duplicate it. This change uses the presence of collectors as a sign to run inspection. The previous approach of setting an inspection URL, with or without explicitly setting collectors, still works for compatibility with ironic-inspector. Change-Id: Ie4279ee6d2995c9686f1dcdef1d6e5dc1dd20871
14 lines
533 B
YAML
14 lines
533 B
YAML
---
|
|
features:
|
|
- |
|
|
When the new Ironic built-in inspection is used,
|
|
``ipa-inspection-callback-url`` can now be automatically derived from
|
|
``ipa-api-url``. In this case, inspection will be enabled if the
|
|
``ipa-inspection-collectors`` option is set.
|
|
upgrade:
|
|
- |
|
|
If you currently set the ``ipa-inspection-collectors`` option without
|
|
setting ``ipa-inspection-callback-url``, it will now cause inspection
|
|
to run. Update your boot configuration to only supply the collectors
|
|
when inspection is desired.
|