----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5828/#review9413 -----------------------------------------------------------
Ship it! Ship It! - disheng su On July 9, 2012, 6:39 a.m., Hugo Trippaers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/5828/ > ----------------------------------------------------------- > > (Updated July 9, 2012, 6:39 a.m.) > > > 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 > >
