File: fix-token-with-vhosts-5d0a6d53e807fa5e.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-- 327 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes a bug where the client could not access the ironic API service when
    the client was instantiated with a keystone token and an ironic API
    endpoint that included a virtual host (such as "http://hostname/baremetal").
    For more details, see `bug 1721599 <https://launchpad.net/bugs/1721599>`_.