ApiConstants: add Api constant registered Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ac1951b9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ac1951b9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ac1951b9 Branch: refs/heads/auth-refactor Commit: ac1951b966ee22d6f952ca9438f292d4ce02ad27 Parents: d8e03b5 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Tue Aug 12 07:24:22 2014 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Tue Aug 12 09:19:41 2014 +0200 ---------------------------------------------------------------------- api/src/org/apache/cloudstack/api/ApiConstants.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac1951b9/api/src/org/apache/cloudstack/api/ApiConstants.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/ApiConstants.java b/api/src/org/apache/cloudstack/api/ApiConstants.java index 3a5a42b..f89aa14 100755 --- a/api/src/org/apache/cloudstack/api/ApiConstants.java +++ b/api/src/org/apache/cloudstack/api/ApiConstants.java @@ -210,6 +210,7 @@ public class ApiConstants { public static final String RESOURCE_TYPE = "resourcetype"; public static final String RESPONSE = "response"; public static final String REVERTABLE = "revertable"; + public static final String REGISTERED = "registered"; public static final String QUERY_FILTER = "queryfilter"; public static final String SCHEDULE = "schedule"; public static final String SCOPE = "scope";