Updated Branches: refs/heads/trunk 9e24600b8 -> 016034be2
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/016034be Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/016034be Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/016034be Branch: refs/heads/trunk Commit: 016034be29b38de3ff078fedaf1ffa824928dcb8 Parents: 9e24600 Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 31 20:40:10 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 31 20:40:10 2014 +0100 ---------------------------------------------------------------------- libcloud/compute/drivers/cloudsigma.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/016034be/libcloud/compute/drivers/cloudsigma.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/cloudsigma.py b/libcloud/compute/drivers/cloudsigma.py index 5d38537..4fa432c 100644 --- a/libcloud/compute/drivers/cloudsigma.py +++ b/libcloud/compute/drivers/cloudsigma.py @@ -1084,8 +1084,8 @@ class CloudSigma_2_0_NodeDriver(CloudSigmaNodeDriver): :type ex_avoid: ``list`` :param ex_vlan: Optional UUID of a VLAN network to use. If specified, - server will have two nics assigned - 1 with a public ip and 1 with the - provided VLAN. + server will have two nics assigned - 1 with a public ip + and 1 with the provided VLAN. :type ex_vlan: ``str`` """ # Only pre-installed images can be used with create_node
