----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8464/ -----------------------------------------------------------
(Updated Dec. 11, 2012, 11:35 a.m.) Review request for cloudstack and Prachi Damle. Summary (updated) ----------------- [AWSAPI] Property file fix for AWSAPI db(cloudbridge) Description ------- For any EC2 call made to CloudStack AWSAPI 'com.cloud.utils.exception.CloudRuntimeException: DB Exception on: null' error is returned as the AWSAPI database is resolved to null. Fix the db.properties file to map the awsapi db name to cloudbridge. This addresses bug CLOUDSTACK-488. Diffs ----- utils/conf/db.properties 8d98119 Diff: https://reviews.apache.org/r/8464/diff/ Testing ------- Run the awsapi server: mvn -pl :cloud-awsapi jetty:run Set the user keys: <mgmt-server-ip>:7080/awsapi?Action=SetUserKeys&accesskey=<cs_api_key>&secretkey=<cs_secret_key> Run any EC2 Query API against CloudStack(using boto client): get_all_images() Successfully returned all images present in CloudStack. Thanks, Likitha Shetty