Kami commented on pull request #1469: URL: https://github.com/apache/libcloud/pull/1469#issuecomment-653054245
After some more digging in, I noticed that issue is related to the change of the data format / schema you did in pricing.json file. Previously we basically mapped ``<provider constant>_<region>``: ``<instance type>`` -> ``<float price>``. With your change we now have two additional layers of in-directions and we map Instance type (e.g. ec2 linux) to region to instance types pricing. In theory I'm fine with those changes (they support more complex pricing scheme) as long as we don't rush it and make sure they don't brake any of the existing code or drivers. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
