File: placement-client-do-not-swallow-exceptions-c33c9a9224a27551.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
other:
  - |
    The Placement client previously swallowed a few exceptions (but logged
    a warning when doing this). In order to let the user of the client choose
    to handle or ignore the error condition the client no longer does this.
    Also to avoid losing error information we catch and re-throw HTTP 4xx
    exceptions with better messages.