----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13058/ -----------------------------------------------------------
(Updated July 30, 2013, 10:52 a.m.) Review request for cloudstack and Abhinandan Prateek. Changes ------- Added maxconnections to the response of the create and update network offering Bugs: Cloudstack-2997 Repository: cloudstack-git Description ------- https://issues.apache.org/jira/browse/CLOUDSTACK-2997 cloud not update the concurrent_connections parameter of networkoffering because of some dao dependency. The update was not happening because of choosing a VO variable name having a underscore. Diffs (updated) ----- api/src/org/apache/cloudstack/api/response/NetworkOfferingResponse.java 6b35d7b engine/schema/src/com/cloud/offerings/NetworkOfferingVO.java 406d98a server/src/com/cloud/api/ApiResponseHelper.java e331bef server/src/com/cloud/configuration/ConfigurationManagerImpl.java 3ec3514 Diff: https://reviews.apache.org/r/13058/diff/ Testing ------- Tested on 4.2 Thanks, bharat kumar