Repository: libcloud Updated Branches: refs/heads/trunk 776c36448 -> 6ae3a29ba
removed indent from docstring of NttCisDRSDriver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2c5b5cfc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2c5b5cfc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2c5b5cfc Branch: refs/heads/trunk Commit: 2c5b5cfc16e14a29eff8f3aab37aae4e1763c716 Parents: 99b7bda Author: mitch <[email protected]> Authored: Tue Nov 13 13:32:42 2018 -0500 Committer: mitch <[email protected]> Committed: Tue Nov 13 13:32:42 2018 -0500 ---------------------------------------------------------------------- libcloud/drs/drivers/nttcis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/2c5b5cfc/libcloud/drs/drivers/nttcis.py ---------------------------------------------------------------------- diff --git a/libcloud/drs/drivers/nttcis.py b/libcloud/drs/drivers/nttcis.py index c5695d1..cc1add8 100644 --- a/libcloud/drs/drivers/nttcis.py +++ b/libcloud/drs/drivers/nttcis.py @@ -116,7 +116,7 @@ class NttCisDRSDriver(DRSDriver): """ Functions takes a named parameter that must be one of the following :param params: A dictionary composed of one of the following keys - and a value + and a value * target_data_center_id= * source_network_domain_id= * target_network_domain_id=
