python-ironicclient/releasenotes/notes/accept-valid_interfaces-3b8f5e3e362e04cd.yaml
Ruby Loo 4af8a791f0 Update release notes
Cleans up the release notes for the next release:
- removes the prelude since it was incorrectly added; no release note
  was needed for the change to help strings
- combines two features related to event handling, into one feature
- adds the API version to the is-smartnic argument
- some grammatical fixes

Change-Id: Idd929e419e036de8fbafc22f06ff6c129fc23b16
2019-03-07 17:00:58 +00:00

12 lines
567 B
YAML

---
features:
- |
The consumer of ironicclient may be deriving their ``get_client`` kwargs
from config inherited from ksa, where the ``interface`` option has been
deprecated in favor of ``valid_interfaces``. To accomodate this, we now
accept ``valid_interfaces`` as a kwarg, giving it precedence over
``interface``. However, we still accept ``interface``, as the consumer may
be deriving kwargs from a non-conf source (such as an already-created ksa
Adapter where ``valid_interfaces`` has already been translated to
``interfaces``).