----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9243/ -----------------------------------------------------------
Review request for cloudstack and Prachi Damle. Description ------- Add parameter validation to ensure MinCount is greater than 0 and MaxCount is great than or equal to MinCount This addresses bug CLOUDSTACK-1131. Diffs ----- awsapi/src/com/cloud/bridge/service/EC2RestServlet.java 78e736f awsapi/src/com/cloud/bridge/service/EC2SoapServiceImpl.java b2451c6 Diff: https://reviews.apache.org/r/9243/diff/ Testing ------- Run ec2_run_instances with negative value for either MinCount or MaxCount - 'InvalidParameterValue' error should be obtained Thanks, Likitha Shetty