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 2018/12/13 11:26:41 UTC

[32/45] libcloud git commit: removed indentation of list in in list_consisitency_groups

removed indentation of list in in list_consisitency_groups


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

Branch: refs/heads/trunk
Commit: 97f4dd3511b45fa2743f789942602e9c3c291919
Parents: 44923b9
Author: mitch <mi...@itaas.dimensiondata.com>
Authored: Wed Nov 21 23:50:53 2018 -0500
Committer: mitch <mi...@itaas.dimensiondata.com>
Committed: Wed Nov 21 23:50:53 2018 -0500

----------------------------------------------------------------------
 libcloud/drs/drivers/nttcis.py | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/97f4dd35/libcloud/drs/drivers/nttcis.py
----------------------------------------------------------------------
diff --git a/libcloud/drs/drivers/nttcis.py b/libcloud/drs/drivers/nttcis.py
index a94edde..54127d4 100644
--- a/libcloud/drs/drivers/nttcis.py
+++ b/libcloud/drs/drivers/nttcis.py
@@ -95,15 +95,15 @@ class NttCisDRSDriver(DRSDriver):
         Functions takes a named parameter that must be one of the following
         :param params: A sequence of comma separated keyword arguments
         and a value
-            * target_data_center_id=
-            * source_network_domain_id=
-            * target_network_domain_id=
-            * source_server_id=
-            * target_server_id=
-            * name=
-            * state=
-            * operation_status=
-            * drs_infrastructure_status=
+        * target_data_center_id=
+        * source_network_domain_id=
+        * target_network_domain_id=
+        * source_server_id=
+        * target_server_id=
+        * name=
+        * state=
+        * operation_status=
+        * drs_infrastructure_status=
         :returns:  `list` of :class: `NttCisConsistencyGroup`
         """