commit | d13622f27472858e70327cf66eb11d834069ee25 | [log] [tgz] |
---|---|---|
author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | Fri Nov 02 15:07:05 2018 +0700 |
committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | Fri Nov 02 15:15:24 2018 +0700 |
tree | df97bea22b5922160b7cd52cc9f47b230597d8ec | |
parent | da8aec9aedcac940ba1dbc3beee50f05f13af3f1 [diff] |
Replace deprecated "decodestring" decodestring() is a deprecated alias, use decodebytes() https://docs.python.org/3.1/library/base64.html#base64.decodestring This patch helps to remove this deprecation alias 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: Ibba785b8f9b27a74344c27dc952a8782f10fa697