Files
ironic/releasenotes/notes/async-deprecate-b3d81d7968ea47e5.yaml
T
Ruby Loo 3e92382d2e Clarify deprecation of "async" parameter
For vendor passthru decorators, the "async" parameter is deprecated.
This clarifies the messaging we emit (via logs and release notes), and
adds a TODO so we don't forget to delete the "async" parameter in
Stein cycle.

This is a follow up to Change-Id: I6299aafd30faae9a93df2cb901c1505df47e6b45.

Change-Id: I63ddf453584f4e7e8d2fa778ec50b8debcb86bf4
Task: 9289
Story: 1751306
2018-04-06 10:02:05 -04:00

10 lines
470 B
YAML

---
other:
For out-of-tree drivers that have `vendor passthru methods
<https://docs.openstack.org/ironic/latest/contributor/vendor-passthru.html>`_.
The ``async`` parameter of the ``passthru`` and ``driver_passthru``
decorators is deprecated and will be removed in the Stein cycle.
Please use its replacement instead, the ``async_call`` parameter.
For more information, see `bug 1751306
<https://storyboard.openstack.org/#!/story/1751306>`_.