File: accept-valid_interfaces-3b8f5e3e362e04cd.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (11 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
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 accommodate 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``).