Update git submodules

* Update freezer-api from branch 'master'
  - Fix freezer-api's src_file to path_to_backup
    
    Freezer-api is not working as it is expected, returning NULL value
    for src_file option in freezer_action's json returned from API.
    
    In other words when user define action via freezer client and define
    valid and WORKING action JSON with option path_to_backup
    (src_file is not supported by freezer-agent anymore).
    
    In DB we can see backup_metadata is filled correctly,
    freezer-scheduler/freezer-agent working correctly as they are reading
    backup_metadata. Problem is that API is still returning json with
    src_file set tu NULL because src_file is not present in backup_metada,
    therefore is not filled in src_file column in action table.
    
    Src_file option was changed to path_to_backup in freezer git repository
    below, but API was never changed, this patch is fixing this behaviour.
    
    Freezer's change :
    c7f71ff70b
    
    Doc changes in freezer:
    https://review.opendev.org/#/c/705003/
    
    Change-Id: I9e74910bd0ff4ad18b830c26ce90770b0dfa107b
This commit is contained in:
Michal Arbet 2020-01-30 18:32:45 +01:00 committed by Gerrit Code Review
parent 6f1b7e45cb
commit e3773966f7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 735eb365ea654e13177eda6a3b387629afa7fa63
Subproject commit 2a283bf34a5d9f5e7bb7d562a54de2e12a1b3857