Changed Image::AppC::id from required to optional.

Review: https://reviews.apache.org/r/37307


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e90c4485
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e90c4485
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e90c4485

Branch: refs/heads/master
Commit: e90c4485746c0641c6ecf34d26011c79998840a0
Parents: b62c6e6
Author: Jiang Yan Xu <y...@jxu.me>
Authored: Mon Aug 10 10:51:10 2015 -0700
Committer: Jiang Yan Xu <y...@jxu.me>
Committed: Thu Aug 13 15:15:19 2015 -0700

----------------------------------------------------------------------
 include/mesos/mesos.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e90c4485/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index a4a9c6f..7e2d66c 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -1211,7 +1211,7 @@ message Image {
     // "hash" is the hash algorithm used and "value" is the hex
     // encoded string of the digest. Currently the only permitted
     // hash algorithm is sha512.
-    required string id = 2;
+    optional string id = 2;
 
     // Optional labels. Suggested labels: "version", "os", and "arch".
     optional Labels labels = 3;

Reply via email to