cinder/cinder/backup
Pablo Caruana 38d581996b Google backup: correct string encoding between py 2 and 3
Correcting encode() and decode() methods of 8-bit and Unicode
string objects.

In Python 2, Both 8-bit and Unicode strings had both methods
and the type of the return value was based on the specific
encoding passed in.

In Python 3, Text strings only have an encode() method, and
that method can only be used with codecs that produce bytes
objects. Similarly bytes and bytearray objects only have a
decode() method which can only be used with codecs that
produce string objects.

Change-Id: I214a786858655b8caf9612f3da5403c7d0bb7387
Closes-Bug: #1831735
2019-09-04 21:58:05 +00:00
..
drivers Google backup: correct string encoding between py 2 and 3 2019-09-04 21:58:05 +00:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
chunkeddriver.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
driver.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
manager.py Introduce config to supplement periodic_interval 2019-04-10 11:27:47 -04:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00