Description of problem: In Origin, the consumed gear count is incorrect. Scenario #1: 1 app, http:://<the_vm_url>/broker/user.json returns 0 Scenario #2: 1 scaleable app: return 3 gears consumed. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. see above 2. 3. Actual results: 1 app = 0 gear 1 scaleable app = 3 gears Expected results: 1 app = 1 gear 1 scaleable app = 2 gears Additional info:
verified with the latest checkout of the origin codes. The gears count is correct now.