ironic/releasenotes/notes/deprecated-inspector-opts-b19a08339712cfd7.yaml
Dmitry Tantsur f1c26abc24 Clean up release notes before a release
Change-Id: I9f1344ce247a82689878c9b5f852f0f802e8247e
2018-01-09 16:51:55 +01:00

18 lines
827 B
YAML

---
deprecations:
- |
Configuration option ``[inspector]/service_url`` is deprecated
and will be ignored in the Rocky release.
Instead, use ``[inspector]/endpoint_override`` configuration option to set
the specific ironic-inspector API endpoint when its automatic discovery
from the keystone catalog is not desired.
This new option has no default value (``None``) and must be set explicitly.
- |
Relying on the value of ``[DEFAULT]/auth_strategy`` configuration option to
configure usage of standalone mode for ironic-inspector is deprecated and
will be impossible the the Rocky release.
Instead, set ``[inspector]/auth_type`` configuration option to ``none`` and
provide the ironic-inspector inspector API address as
``[inspector]/endpoint_override`` configuration option.