Repository: libcloud
Updated Branches:
  refs/heads/trunk 67cd0a7ca -> 358916b4c


Fix documentation build issue.


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

Branch: refs/heads/trunk
Commit: 358916b4ca0497cf4b3e1fd65265eb25b86b8625
Parents: 67cd0a7
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Feb 18 16:14:00 2016 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Feb 18 16:14:00 2016 +0100

----------------------------------------------------------------------
 libcloud/compute/drivers/vcloud.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/358916b4/libcloud/compute/drivers/vcloud.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/vcloud.py 
b/libcloud/compute/drivers/vcloud.py
index 2111906..9789eaf 100644
--- a/libcloud/compute/drivers/vcloud.py
+++ b/libcloud/compute/drivers/vcloud.py
@@ -2192,12 +2192,13 @@ class VCloud_5_5_NodeDriver(VCloud_5_1_NodeDriver):
         Retrieve a mks ticket that you can use to gain access to the console
         of a running VM. If successful, returns a dict with the following
         keys:
-        - host: host (or proxy) through which the console connection
+
+          - host: host (or proxy) through which the console connection
                 is made
-        - vmx: a reference to the VMX file of the VM for which this
+          - vmx: a reference to the VMX file of the VM for which this
                ticket was issued
-        - ticket: screen ticket to use to authenticate the client
-        - port: host port to be used for console access
+          - ticket: screen ticket to use to authenticate the client
+          - port: host port to be used for console access
 
         :param  vapp_or_vm_id: vApp or VM ID you want to connect to.
         :type   vapp_or_vm_id: ``str``

Reply via email to