puppet-nova/releasenotes/notes/nova-ironic-common-api_endpoint-be452cc86092eb4d.yaml
Takashi Kajinami c2e40bceab Replace removed ironic api_endpoint by endpoint_override
Deprecate api_endpoint in nova::ironic::common because its actual
parameter, [ironic]api_endpioint, was already removed from nova
in Train release[1].
Also, add new nova::ironic::common::endpoint_override parameter to
allow operators to override endpoint to be used in acceess to ironic.

[1] I527f512b371705b490ba55dfab101340d417edb6
Change-Id: I838240f7138adcbf619ce12ac616f0bc517570dd
2020-04-09 01:25:55 +09:00

7 lines
244 B
YAML

---
deprecations:
- |
The nova::ironic::common::api_endpoint is deprecated and has no effect,
because the corresponding [ironic]api_endpoint was removed in Nova.
The nova::ironic::common::endpoint_override should be used instead.