JSON schema validator.nullable doesn't work with ENUMs
Bug #1763824 reported by
Morgan Fainberg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Morgan Fainberg | ||
Ocata |
Won't Fix
|
Medium
|
Unassigned | ||
Pike |
Fix Committed
|
Medium
|
Lance Bragstad | ||
Queens |
Fix Committed
|
Medium
|
Lance Bragstad | ||
Rocky |
Fix Released
|
Medium
|
Morgan Fainberg |
Bug Description
JSON Schema validator.nullable only sets null in the types list. This works except when an enum is set (such as the case with boolean) [0].
The fix is to make validator.
description: | updated |
Changed in keystone: | |
assignee: | Morgan Fainberg (mdrnstm) → Lance Bragstad (lbragstad) |
To post a comment you must log in.
This impacts, primarily the resource-options code, but could impact any schema that NULL is expected as well as another type such as boolean.