Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gensrc/proto/cloud.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading