Add release note about new DB model string representation

This is a follow up change to [1] to inform users of the
change that may also impact logs.

[1] https://review.opendev.org/c/openstack/octavia/+/836826

Change-Id: I9b9eb3158b099cf04d788692fc9e5efcdfebf93e
This commit is contained in:
Tom Weininger 2022-07-12 17:06:00 +02:00
parent 65b1c341e2
commit c79123ba0b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
other:
- |
The string representation of data base model objects has been improved.
Calling str() on them will return a certain subset of fields and calling
repr() on them will return all fields. This is helpful for debugging, but
it may also change some of the log messages that Octavia emits.