Repository: libcloud Updated Branches: refs/heads/trunk a5d455464 -> 23127e387
[google compute] Set GCENodeDriver api_name to `google`. Closes #614 Signed-off-by: Eric Johnson <erjoh...@google.com> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/23127e38 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/23127e38 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/23127e38 Branch: refs/heads/trunk Commit: 23127e3873deb735243c1567366ddfc8f8128367 Parents: a5d4554 Author: Misha Brukman <mbruk...@google.com> Authored: Mon Oct 26 10:36:09 2015 -0500 Committer: Eric Johnson <erjoh...@google.com> Committed: Mon Nov 9 14:51:09 2015 +0000 ---------------------------------------------------------------------- libcloud/compute/drivers/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/23127e38/libcloud/compute/drivers/gce.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 8ba081b..3a49ba7 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -945,7 +945,7 @@ class GCENodeDriver(NodeDriver): result in additional GCE API calls. """ connectionCls = GCEConnection - api_name = 'googleapis' + api_name = 'google' name = "Google Compute Engine" type = Provider.GCE website = 'https://cloud.google.com/'