Updated Branches: refs/heads/trunk 64b55706a -> cfe46bf7d
Update pricing file with pricing data for Rackspace new performance servers. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cfe46bf7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cfe46bf7 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cfe46bf7 Branch: refs/heads/trunk Commit: cfe46bf7df44849c2c2613c33744ca304baef8e9 Parents: 64b5570 Author: Tomaz Muraus <[email protected]> Authored: Tue Nov 5 07:53:01 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Tue Nov 5 07:54:00 2013 +0000 ---------------------------------------------------------------------- libcloud/data/pricing.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cfe46bf7/libcloud/data/pricing.json ---------------------------------------------------------------------- diff --git a/libcloud/data/pricing.json b/libcloud/data/pricing.json index 900d8ad..ea6b419 100644 --- a/libcloud/data/pricing.json +++ b/libcloud/data/pricing.json @@ -25,7 +25,16 @@ "5": 0.240, "6": 0.480, "7": 0.960, - "8": 1.200 + "8": 1.200, + "performance1-1": 0.040, + "performance1-2": 0.080, + "performance1-4": 0.160, + "performance1-8": 0.320, + "performance2-15": 0.680, + "performance2-30": 1.360, + "performance2-60": 2.720, + "performance2-90": 4.080, + "performance2-120": 5.440 }, "rackspacenovalon": {
