----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8492/ -----------------------------------------------------------
Review request for cloudstack and Prachi Damle. Description ------- As a part of EC2 Query API support, resolve the NPE obtained when DescribeAddresses is called In EC2Engine modify DescribeAddresses implementation to be consistent with the other Describe* API implementation This addresses bug CLOUDSTACK-197. Diffs ----- awsapi/src/com/cloud/bridge/service/core/ec2/EC2AddressFilterSet.java cb21fb2 awsapi/src/com/cloud/bridge/service/core/ec2/EC2Engine.java eb25249 Diff: https://reviews.apache.org/r/8492/diff/ Testing ------- After setting up AWSAPI, using the boto client called 1. get_all_addresses() 2. get_all_addresses(addresses='<cs_address>') Both successfully returned the existing public-ip's. Thanks, Likitha Shetty