![Morgan Fainberg](/assets/img/avatar_default.png)
The JSON Schema validation implementation of nullable(), which makes values possible to be null was not adding None to the enum if it exists. This causes validation to fail on ``None`` especially in the case of keystone's boolean parameter_type implementation. ``nullable()`` now adds ``None`` to the enum if the enum exists. Closes-Bug: #1763824 Change-Id: I176fa90df63049661413c445554dba9b7d87272a
7 lines
226 B
YAML
7 lines
226 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1763824 <https://bugs.launchpad.net/keystone/+bug/1763824>`_]
|
|
JSON Schema implementation ``nullable`` in keystone.common.validation now
|
|
properly adds ``None`` to the enum if the enum exists.
|