octavia/releasenotes/notes/fixed-quota-error-messages-fe3ae81a43f93a17.yaml
Gregory Thiemonge 84a4c071ee Fix quota error messages
The quota error/warning messages displayed type(_class) which was
translated to <class 'type'>. Now the messages are fixed and display
helpful logs:
  Quota decrement on <class 'octavia.common.data_models.L7Policy'> called
  on project

Related-Bug: #2015050

Change-Id: I40797443afe789021f3697fd779ce9f3aa3d4815
2023-04-03 04:57:06 -04:00

7 lines
205 B
YAML

---
fixes:
- |
Fixed the format of log messages related to quota decrement errors. They
displayed unhelpful information, they now report the correct resource
type for which the error occurs.