The 'uri' input validation of jsonschema does not work
Bug #1326599 reported by
Ken'ichi Ohmichi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Ian Cordasco |
Bug Description
Now the 'uri' format validation of jsonschema library should be used for
API input validation, but it does not work.
In jsonschema library, it tries to import rfc3987 library for 'uri'
vaildation. And if it fails, jsonschema does not check 'uri' format.
Now requirements.txt of Nova does not contain rfc3987 and the 'uri'
validation does not work.
tags: | added: api |
Changed in nova: | |
assignee: | nobody → Ken'ichi Ohmichi (oomichi) |
Changed in nova: | |
assignee: | Ken'ichi Ohmichi (oomichi) → Ian Cordasco (icordasc) |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in nova: | |
milestone: | none → juno-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-rc1 → 2014.2 |
To post a comment you must log in.
Related fix proposed to branch: master /review. openstack. org/98011
Review: https:/