cinder/cinder/api/validation
Vu Cong Tuan 70a79d7b45 Remove DeprecationWarning of "decodestring()"
When running "tox -e py35", it shows:
DeprecationWarning: decodestring() is a deprecated alias, use decodebytes()

This patch helps to remove this deprecation warning by
replacing "base64.decodestring" with "oslo_serialization.base64.decode_as_bytes".
The same has been done for nova:
https://review.openstack.org/#/c/610401/

Change-Id: Ib3f7fc4392ca53e92ee2e421b95874dc97f04e5f
2018-11-02 14:41:51 +07:00
..
__init__.py V3 jsonschema validation: base schema framework 2017-11-17 16:01:03 +05:30
parameter_types.py Allow using forward slashes in metadata 2018-10-19 15:13:32 +02:00
validators.py Remove DeprecationWarning of "decodestring()" 2018-11-02 14:41:51 +07:00