You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/02 04:33:08 UTC

[06/40] libcloud git commit: Update DD node driver comments

Update DD node driver comments


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3b947b31
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3b947b31
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3b947b31

Branch: refs/heads/trunk
Commit: 3b947b311940bdd0fa75a03029095db34eb7a605
Parents: 75111a4
Author: Samuel Chong <sa...@gmail.com>
Authored: Tue Nov 8 15:41:41 2016 +1100
Committer: Samuel Chong <sa...@gmail.com>
Committed: Tue Nov 8 15:41:41 2016 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/3b947b31/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py
index 13914e3..ff3a5d8 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -95,6 +95,7 @@ OBJECT_TO_TAGGING_ASSET_TYPE_MAP = {
 class DimensionDataNodeDriver(NodeDriver):
     """
     DimensionData node driver.
+    Default api_version is used unless specified.
     """
 
     selected_region = None