cinder/cinder/api
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
..
contrib Merge "Add policy granularity to the encryption API" 2018-09-25 08:55:32 +00:00
middleware Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
openstack Raise HTTPUnsupportedMediaType when content type is unsupported 2018-08-21 17:14:02 +08:00
schemas Allow extra parameters in volume_type_encryption 2018-08-08 15:17:03 -05:00
v2 Remove os-image-create API extension 2018-08-21 16:10:15 -05:00
v3 Forbidden to revert volume to a different size snapshot 2018-10-23 09:28:14 +08:00
validation Remove DeprecationWarning of "decodestring()" 2018-11-02 14:41:51 +07:00
views Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
common.py Reject any filter whose key contains non ascii character 2018-06-20 03:39:10 +00:00
extensions.py V3 jsonschema validation: Volumes 2018-06-29 11:51:50 +05:30
microversions.py Update microversion number with constants. 2018-07-24 14:08:26 +00:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00