Updated the comments

Signed-off-by: Anthony Shaw <anthony.p.s...@gmail.com>
Closes #644


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

Branch: refs/heads/trunk
Commit: 36ed6304551424ebca91b24010bd9ea71743e941
Parents: e8e758d
Author: Anthony Shaw <anthony.p.s...@gmail.com>
Authored: Wed Dec 2 14:04:37 2015 +1100
Committer: Anthony Shaw <anthony.p.s...@gmail.com>
Committed: Wed Dec 2 14:11:34 2015 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/36ed6304/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py 
b/libcloud/compute/drivers/dimensiondata.py
index 1a0ae09..5757418 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -1282,12 +1282,12 @@ class DimensionDataNodeDriver(NodeDriver):
 
     def ex_change_storage_speed(self, node, disk_id, speed):
         """
-        Remove storage from a node
+        Change the speed (disk tier) of a disk
 
-        :param  node: The server to add storage to
+        :param  node: The server to change the disk speed of
         :type   node: :class:`Node`
 
-        :param  disk_id: The ID of the disk to remove
+        :param  disk_id: The ID of the disk to change
         :type   disk_id: ``str``
 
         :param  speed: The disk speed type e.g. STANDARD
@@ -1307,12 +1307,12 @@ class DimensionDataNodeDriver(NodeDriver):
 
     def ex_change_storage_size(self, node, disk_id, size):
         """
-        Remove storage from a node
+        Change the size of a disk
 
-        :param  node: The server to add storage to
+        :param  node: The server to change the disk of
         :type   node: :class:`Node`
 
-        :param  disk_id: The ID of the disk to remove
+        :param  disk_id: The ID of the disk to resize
         :type   disk_id: ``str``
 
         :param  size: The disk size in GB

Reply via email to