-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5828/
-----------------------------------------------------------

Review request for cloudstack.


Description
-------

Using the CloudApi didn't work as parms and self were passed on as part of the 
request. Making parms a copy of the locals() dict will prevent it from being 
changed later on.


Diffs
-----

  cloud-cli/cloudapis/cloud.py 856d811 

Diff: https://reviews.apache.org/r/5828/diff/


Testing
-------

api = CloudAPI(server="localhost:8080", apiKey=apiKey, securityKey=secretKey)
print repr(api.createZone(dns1="8.8.8.8", internaldns1="8.8.8.8", 
name="TestZone",networktype="Advanced"));

Check for correct zone creation in the gui


Thanks,

Hugo Trippaers

Reply via email to