← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326599] [NEW] The 'uri' input validation of jsonschema does not work

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1326599

Title:
  The 'uri' input validation of jsonschema does not work

Status in OpenStack Compute (Nova):
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1326599/+subscriptions


Follow ups

References