nova/nova/api/validation
Takashi NATSUME 2d2dc78975 Fix rfc3986.is_valid_uri deprecation warnings
The rfc3986.is_valid_uri has been deprecated in 1.1.0.
It generates the following warnings.

DeprecationWarning: Please use rfc3986.validators.Validator instead.
This method will be eventually removed.

So this patch replaces rfc3986.is_valid_uri with
rfc3986.validators.Validator.

Even after applying this patch, the warnings are still output
because it is caused by oslo.config.
The fix for oslo.config will be done in another patch.

Change-Id: I70aebad6c6bd384dbd11ef732226356922bf1913
Closes-Bug: #1809755
2018-12-26 10:48:39 +09:00
..
__init__.py Invalid query parameter could lead to HTTP 500 2018-01-31 16:03:43 +08:00
parameter_types.py Add microversion 2.67 to support volume_type 2018-10-12 02:57:58 -04:00
validators.py Fix rfc3986.is_valid_uri deprecation warnings 2018-12-26 10:48:39 +09:00