cinder/cinder/backup
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
..
drivers Port backup drivers to Python 3 2016-02-09 11:52:42 +01:00
__init__.py Move oslo.utils to oslo_utils namespace 2015-01-19 21:50:34 -06:00
api.py Fix variable scope issue in try-except 2016-02-04 00:53:27 -08:00
chunkeddriver.py Fix ChunkedBackupDriver _create_container 2016-01-14 15:35:15 +01:00
driver.py Change the format of some inconsistent docstring 2015-12-16 10:08:28 -08:00
manager.py Add BackupStatus enum field 2016-01-04 14:32:52 +00:00
rpcapi.py Pin RPC and object version to lowest running 2016-01-29 08:36:04 -05:00