Updated Branches: refs/heads/4.2 55c0616d9 -> 888ef1959
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/888ef195 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/888ef195 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/888ef195 Branch: refs/heads/4.2 Commit: 888ef1959f0694ab50aa19f1c3549fe852a66b5c Parents: 55c0616 Author: Sateesh Chodapuneedi <[email protected]> Authored: Fri Jul 12 19:23:59 2013 +0530 Committer: Sateesh Chodapuneedi <[email protected]> Committed: Fri Jul 12 19:25:45 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/commands.properties.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/888ef195/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
