karbor/karbor/services/protection/protection_plugins/volume
fudunwei 9619340e3a fix for get 'force' parameter from parameters
When we use parameter.get('force',False), if 'force' in parameters,
we will get a string 'True' or 'False', which type is not boolean.

This will affect later judgment.

Change-Id: Iaab3aee377857dc1d431531dc150520365a93482
2020-10-28 09:08:34 +08:00
..
__init__.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00
cinder_protection_plugin.py fix for get 'force' parameter from parameters 2020-10-28 09:08:34 +08:00
volume_freezer_plugin.py Add freezer protection plugin for karbor 2017-09-10 17:16:14 +08:00
volume_freezer_plugin_schemas.py Add freezer protection plugin for karbor 2017-09-10 17:16:14 +08:00
volume_glance_plugin.py Update hacking for Python3 2020-05-13 19:20:28 +00:00
volume_glance_plugin_schemas.py Add verify action for volume backup by glance protection plugin 2018-11-22 22:54:17 +08:00
volume_plugin_cinder_schemas.py Add verification API for Karbor 2017-10-23 10:33:45 +08:00
volume_snapshot_plugin.py fix for get 'force' parameter from parameters 2020-10-28 09:08:34 +08:00
volume_snapshot_plugin_schemas.py Add verify action for the volume snapshot protection plugin 2017-10-23 10:41:51 +08:00