freezer/freezer/openstack
Michal Arbet a197c8caf8 Fix creation of full backup when using cindernative incremental
Per configuration freezer should firstly create full backup
automatically if there are no backups for job and config options
incremental=True, mode=cindernative are set. This patch is fixing this.

From config:
>> # When the option is set, freezer will perform a cindernative
   incremental backup instead of the default full backup. And if True,
   but volume do not have a base full backup, freezer will do a full backup
   first.
>> #incremental = <None>

Change-Id: Ib56c5528bcdedc34c16c209488c7439250dd85e1
2020-02-02 18:52:54 +01:00
..
__init__.py Refactoring of code: 2016-03-08 14:20:23 +00:00
admin.py Fix missing parameter backup_id in the log message 2020-01-03 17:24:21 +08:00
backup.py Fix creation of full backup when using cindernative incremental 2020-02-02 18:52:54 +01:00
osclients.py fix a typo 2018-03-29 13:04:24 +00:00
restore.py Update json module to jsonutils 2019-02-21 14:03:50 +08:00