File: support-passing-global-request-id-4b96beb31ec906cb.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 (10 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Methods of all `Manager` objects now support passing `global_request_id`
    argument, which is passed to ironic API in the header of an HTTP request.
    Also it is now possible to instantiate `IronicClient` object passing
    `global_request_id` and `additional_headers`, which will be passed to all
    requests this client object will be doing. `global_request_id` passed to
    the method of the `Manager` object will override the `global_request_id`
    specified through `IronicClient` constructor.