Skip to content

Commit 150cc87

Browse files
authored
Merge pull request #45 from gamoutatsumi/image_selectable_protobuf
add os_version in protobuf
2 parents e6347dc + e9f13c4 commit 150cc87

File tree

3 files changed

+57
-43
lines changed

3 files changed

+57
-43
lines changed

proto.go/shoes-lxd-multi.pb.go

Lines changed: 54 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto.go/shoes-lxd-multi_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/shoeslxdmulti/shoes-lxd-multi.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ message AddInstanceRequest {
1818
repeated string labels = 6;
1919

2020
repeated string target_hosts = 4;
21-
string image_alias = 5;
21+
string image_alias = 5 [deprecated = true];
22+
string os_version = 7;
2223
}
2324

2425
message AddInstanceResponse {

0 commit comments

Comments
 (0)