cloudstack/tools
Rohit Yadav aa3ae45e6b CLOUDSTACK-499: Fix cloudmonkey's request and response methods
The old way of parsing involved complex object loading and traversing, in
new implementation json is used directly and authenticated requests via port
8080 making use of api and secret keys are recommended.

All args on shell are created in {"key": "value"} pairs which are used to create
url with &key=value. This way maps can be passed as args, example:

create networkoffering name=unique-name guestiptype=Isolated traffictype=GUEST
supportedservices=Dhcp,Dns serviceproviderlist[0].service=Dhcp
serviceproviderlist[0].provider=VirtualRouter serviceproviderlist[1].service=Dns
serviceproviderlist[1].provider=VirtualRouter

Added new conf variables:
- timeout: the no. of seconds after which an async job query timeouts
  default value of 3600 seconds
- asycnblock: if user wants their async commands to be tracked
  default value is 'true', if set to false, user can query using jobid which is
  returned by the async command and queried using:
     query asyncjobresult jobid=<jobid>

BUG-ID : CLOUDSTACK-499
Reviewed-by: Rohit Yadav <bhaisaab@apache.org>
Reported-by: Dave Cahill

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-16 22:18:32 +05:30
..
apidoc Summary: Add autoscale categories 2012-11-16 16:25:59 +05:30
bugs-wiki fixing license headers in marvin 2012-07-04 18:45:08 -04:00
build docs: Build the installation guide instead of "all" 2012-10-22 12:08:11 +02:00
cli CLOUDSTACK-499: Fix cloudmonkey's request and response methods 2012-11-16 22:18:32 +05:30
devcloud devcloud: Fix default template url and deploydb error 2012-10-29 19:05:46 +05:30
git Summary: Add Bugfix-for line to prepare-commit-msg 2012-11-07 10:07:07 -07:00
guest_password CLOUDSTACK-196: cloud-set-guest-password enhancement to support Debian 2012-09-25 15:42:28 -07:00
marvin marvin: raise error so cli can pick it up 2012-11-16 22:18:32 +05:30
waf Patch from Gavin Lee: Change license to ASL2.0 in server and tools 2012-08-30 10:36:29 -04:00
whisker CLOUDSTACK-331: Added legal docs for ui/lib/excanvas.js 2012-10-12 12:36:43 -04:00