deb-cinder/cinder/backup/drivers
Victor Stinner fca244f117 Port backup drivers to Python 3
* PosixBackupDriver: open file in binary mode (to read/write).
  Update test_backup_posix.py for that.
* test_backup_nfs: buffer() doesn't exist and is no more needed on
  Python 3, only use buffer() on Python 2.
* tests-py3.txt: add cinder.tests.unit.backup

Partial-Implements: blueprint cinder-python3
Change-Id: I250d7378547df474f3c78024a737a3e2fa9bbaf4
2016-02-09 11:52:42 +01:00
..
__init__.py Removed copyright from empty files 2014-01-01 20:31:13 -07:00
ceph.py Cleanup orphaned code from ceph backup driver 2015-11-26 23:25:31 -06:00
glusterfs.py Don't use default=None for config options 2015-11-07 23:20:39 +00:00
google.py Add cinder backup driver for Google Cloud Storage 2016-01-18 23:28:23 +05:30
nfs.py Don't use default=None for config options 2015-11-07 23:20:39 +00:00
posix.py Port backup drivers to Python 3 2016-02-09 11:52:42 +01:00
swift.py Don't use default=None for config options 2015-11-07 23:20:39 +00:00
tsm.py Change the format of some inconsistent docstring 2015-12-16 10:08:28 -08:00