karbor/karbor/services/protection
fudunwei cb1d947d6f Fix bug for ensuring attr of image_info is not None
First get the image_info, if the status of image is 'queued',
some image attributes like disk_format could be 'None',
so we need to get the image_info again.

Change-Id: I2f90acbf1800062cb7004795f9d1b2a93a408e82
2020-12-08 12:57:41 +00:00
..
bank_plugins Fix listing checkpoints by plan error with FS bank 2018-11-12 12:48:25 +08:00
clients Fix unit test error of nova freezer client updates 2018-11-07 15:12:39 +08:00
flows Update hacking for Python3 2020-05-13 19:20:28 +00:00
protectable_plugins Add support for image boot server backup with data 2019-08-07 11:15:18 +08:00
protection_plugins Fix bug for ensuring attr of image_info is not None 2020-12-08 12:57:41 +00:00
__init__.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00
api.py Add support to reset checkpoint state 2018-12-03 14:02:01 +08:00
bank_plugin.py Update hacking for Python3 2020-05-13 19:20:28 +00:00
checkpoint.py Do not use 'self' in classmethod 2019-09-29 16:21:10 +08:00
client_factory.py Fix import error when client module is not exist 2019-06-04 21:27:19 +08:00
graph.py Refactor resource.py/Resource 2017-05-31 10:04:55 +08:00
manager.py Replace use of log.warn with log.warning 2019-09-16 02:24:50 +00:00
protectable_plugin.py Add kubernetes pod protectable plugin to Karbor 2017-09-04 21:18:04 +08:00
protectable_registry.py Protectable: warn about missing protectables 2017-10-01 16:33:04 +03:00
protection_plugin.py Add the checkpoint copy API for Karbor 2017-11-13 15:28:09 +08:00
provider.py Add all tenants support for checkpoints listing 2018-11-19 09:35:33 +08:00
resource_flow.py Add the checkpoint copy API for Karbor 2017-11-13 15:28:09 +08:00
rpcapi.py Add support to reset checkpoint state 2018-12-03 14:02:01 +08:00