Updated Branches: refs/heads/master 4c92c78e2 -> d0958d0be
CLOUDSTACK-3494 listvmwareDcs API doesn't exist for admin Added the API to commands.properties.in with admin access. Signed-off-by: Sateesh Chodapuneedi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d0958d0b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d0958d0b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d0958d0b Branch: refs/heads/master Commit: d0958d0be0d0ea0d5c39109aa3c53cfc38d1aa00 Parents: 4c92c78 Author: Sateesh Chodapuneedi <[email protected]> Authored: Fri Jul 12 19:23:59 2013 +0530 Committer: Sateesh Chodapuneedi <[email protected]> Committed: Fri Jul 12 19:23:59 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/commands.properties.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0958d0b/client/tomcatconf/commands.properties.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index f4b41a7..e20af7c 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -275,6 +275,7 @@ releaseHostReservation=1 #### VmWare DC addVmwareDc=1 removeVmwareDc=1 +listVmwareDcs=1 #### volume commands attachVolume=15
