Repository: libcloud Updated Branches: refs/heads/trunk abf026f8f -> 4c1f26f34
Use consistent provider name format. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9458cbaa Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9458cbaa Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9458cbaa Branch: refs/heads/trunk Commit: 9458cbaa2af490aee1bbe04315d7057ad8cae702 Parents: abf026f Author: Tomaz Muraus <[email protected]> Authored: Tue Apr 7 17:56:59 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Apr 7 17:56:59 2015 +0200 ---------------------------------------------------------------------- libcloud/compute/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9458cbaa/libcloud/compute/types.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/types.py b/libcloud/compute/types.py index df818ed..216d46e 100644 --- a/libcloud/compute/types.py +++ b/libcloud/compute/types.py @@ -129,7 +129,7 @@ class Provider(object): VSPHERE = 'vsphere' PROFIT_BRICKS = 'profitbricks' VULTR = 'vultr' - AURORACOMPUTE = 'Aurora Compute' + AURORACOMPUTE = 'aurora_compute' # OpenStack based providers HPCLOUD = 'hpcloud'
