Repository: libcloud Updated Branches: refs/heads/trunk f99b9d82c -> 40e4484a5
Clarify DreamHost provider is for VPS product DreamHost has a VPS product and a cloud product, based on OpenStack. This patch clarifies that the libcloud provider for DreamHost is for the VPS product, not for DreamCloud. Closes #584 Signed-off-by: Stefano Maffulli <[email protected]> Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/40e4484a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/40e4484a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/40e4484a Branch: refs/heads/trunk Commit: 40e4484a5bf2084a001589786988518d292ca519 Parents: f99b9d8 Author: Stefano Maffulli <[email protected]> Authored: Tue Sep 22 14:09:22 2015 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Sep 23 00:43:10 2015 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/dreamhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/40e4484a/libcloud/compute/drivers/dreamhost.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/dreamhost.py b/libcloud/compute/drivers/dreamhost.py index cba445c..b291178 100644 --- a/libcloud/compute/drivers/dreamhost.py +++ b/libcloud/compute/drivers/dreamhost.py @@ -126,7 +126,7 @@ class DreamhostNodeDriver(NodeDriver): """ type = Provider.DREAMHOST api_name = 'dreamhost' - name = "Dreamhost" + name = "DreamHost VPS" website = 'http://dreamhost.com/' connectionCls = DreamhostConnection
