Updating the Description as only supported with KVM
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f2d48207 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f2d48207 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f2d48207 Branch: refs/heads/master Commit: f2d4820773cf62b430889b39d67336cbd61ec378 Parents: 7d83ca9 Author: subhash yedugundla <venkatasubhashnaidu.yedugun...@citrix.com> Authored: Wed Sep 16 09:45:10 2015 +0530 Committer: subhash yedugundla <venkatasubhashnaidu.yedugun...@citrix.com> Committed: Wed Sep 16 09:45:10 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/f2d48207/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 7f40c57..4708aff 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 = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class}, +@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is only supported with KVM so far", 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());