diff --git a/gensrc/proto/cloud.proto b/gensrc/proto/cloud.proto index e0aa615a6297a2..eefc91a9a86f33 100644 --- a/gensrc/proto/cloud.proto +++ b/gensrc/proto/cloud.proto @@ -2013,6 +2013,7 @@ message CloneInstanceResponse { optional MetaServiceResponseStatus status = 1; // The info of the object store where snapshot images stored optional ObjectStoreInfoPB obj_info = 2; + optional string image_url = 3; } service MetaService {