cinder/cinder/backup
Gorka Eguileor dc8d70908f Backup: Fix formatting errors
There are a couple of places in the Backup manager where we are passing
a set instead of a dictionary to LOG.warning, which leads to an error:

  TypeError: not all arguments converted during string formatting

This patch converts those sets into dicts, as they were intended.

Closes-Bug: #1898621
Change-Id: I33c5ee005f23ed05bf93b9137000b28c3df7b7b2
2020-10-06 10:58:06 +02:00
..
drivers Merge "Deprecate TSM Backup driver" 2020-08-28 00:50:21 +00:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Fix cross-project incremental backups 2020-05-21 09:38:25 -03:00
chunkeddriver.py Support modern compression algorithms in cinder backup 2020-07-15 13:26:55 +09:00
driver.py Remove BackupDriverWithVerify class 2019-05-14 23:19:13 +03:00
manager.py Backup: Fix formatting errors 2020-10-06 10:58:06 +02:00
rpcapi.py Publish backup capabilities to a scheduler 2019-12-04 15:44:13 +02:00