oslo.db/releasenotes/notes/connection_debug_min_max-bf6d53d49be7ca52.yaml
Eric Brown e0cc306c0a Set a min and max on the connection_debug option
There is a set allowable minimum and maximum to the connection_debug
option of 0 and 100. The config option should enforce this.

Change-Id: Ica610ad8fc0875a8be1042f7daba5d0a0c1aad03
2016-07-09 01:56:35 +03:00

8 lines
329 B
YAML

---
upgrade:
- The allowed values for the ``connection_debug`` option are now restricted to
the range between 0 and 100 (inclusive). Previously a number lower than 0
or higher than 100 could be given without error. But now, a
``ConfigFileValueError`` will be raised when the option value is outside this
range.