From db68dcea4660c0cbac22432b1564a494224969bf Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Fri, 7 Jul 2023 13:22:23 +0200 Subject: ogcp: add backup boolean field in image update User can use this boolean field to specify if an backup copy needs to be created before updating an image. This only applies when sending a request to a client (ogClient) supporting this parameter. --- ogcp/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/views.py') diff --git a/ogcp/views.py b/ogcp/views.py index 316a817..56910d3 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -1186,6 +1186,7 @@ def action_image_update(): 'name': image['name'], 'repository': repository['ip'], 'id': str(image['id']), + 'backup': form.backup.data, # Dummy parameters, not used by ogServer on image update. 'group_id': 0, 'center_id': 0} -- cgit v1.2.3-18-g5258