From c937f8413b3a3a608fb61a5259264acacfdf69d6 Mon Sep 17 00:00:00 2001 From: Taras Petrychkovych Date: Wed, 20 Nov 2019 09:58:24 +0100 Subject: [PATCH] #14 Add checksum to Appliance message --- cloudkeeper.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudkeeper.proto b/cloudkeeper.proto index ab3720d..dccbd47 100644 --- a/cloudkeeper.proto +++ b/cloudkeeper.proto @@ -21,7 +21,8 @@ message Appliance { string base_mpuri = 14; string appid = 15; string digest = 16; - Image image = 17; + string checksum = 17; + Image image = 18; } message Image {