Repository: cloudstack Updated Branches: refs/heads/master f280bbe9e -> 366629fb6
CLOUDSTACK-8850: revertSnapshot command does not work Updating the documentation before the api is actually supported Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d83ca9e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d83ca9e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d83ca9e Branch: refs/heads/master Commit: 7d83ca9e0aea4744474f62a3a3ccee4b5fa8090d Parents: 6e426fa Author: subhash yedugundla <venkatasubhashnaidu.yedugun...@citrix.com> Authored: Tue Sep 15 19:25:41 2015 +0530 Committer: subhash yedugundla <venkatasubhashnaidu.yedugun...@citrix.com> Committed: Tue Sep 15 19:25:41 2015 +0530 ---------------------------------------------------------------------- .../cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d83ca9e/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java index b8fbb02..7f40c57 100644 --- a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java @@ -36,7 +36,7 @@ import com.cloud.event.EventTypes; import com.cloud.storage.Snapshot; import com.cloud.user.Account; -@APICommand(name = "revertSnapshot", description = "revert a volume snapshot.", responseObject = SnapshotResponse.class, entityType = {Snapshot.class}, +@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class}, requestHasSensitiveInfo = false, responseHasSensitiveInfo = false) public class RevertSnapshotCmd extends BaseAsyncCmd { public static final Logger s_logger = Logger.getLogger(RevertSnapshotCmd.class.getName());