images: add proto2 syntax specification to remote-image.proto

To suppress protobuf's warning:
> [libprotobuf WARNING google/protobuf/compiler/parser.cc:546]
> No syntax specified for the proto file: remote-image.proto.
> Please use 'syntax = "proto2";' or 'syntax = "proto3";'
> to specify a syntax version. (Defaulted to proto2 syntax.)

Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov 2017-03-07 15:55:10 +03:00 committed by Andrei Vagin
parent 1a5f103584
commit 1fe3523aca

View file

@ -1,3 +1,5 @@
syntax = "proto2";
message local_image_entry {
required string name = 1;
required string snapshot_id = 2;