File: pass-interface-argument-deb92e3feb0bf051.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 (7 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
fixes:
  - |
    The ``interface`` argument was being ignored so that the HTTP client was
    always using the public endpoint for Ironic. This fixes it so that the
    ``interface`` argument is taken into consideration. See
    `story 2005118 <https://storyboard.openstack.org/#!/story/2005118>`_.