Comment out some bad tests which rely on dict ordering and fix a typo in the gandi driver.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/602b6a7a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/602b6a7a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/602b6a7a Branch: refs/heads/0.13.2 Commit: 602b6a7a27dca6990a38eb887e1d6615826387d5 Parents: 9bebad3 Author: Tomaz Muraus <[email protected]> Authored: Fri Aug 23 15:25:05 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Sep 4 12:53:12 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/gandi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/602b6a7a/libcloud/compute/drivers/gandi.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/gandi.py b/libcloud/compute/drivers/gandi.py index 1278173..8d311bf 100644 --- a/libcloud/compute/drivers/gandi.py +++ b/libcloud/compute/drivers/gandi.py @@ -64,7 +64,7 @@ INSTANCE_TYPES = { 'disk': 50, 'bandwidth': 100, }, - 'extra-large': { + 'x-large': { 'id': 'x-large', 'name': 'Extra Large instance', 'cpu': 4,
