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/19 05:34:04 UTC

[02/21] libcloud git commit: removed more indents on libcloud/drs/drivers/nttcis.py

removed more indents on libcloud/drs/drivers/nttcis.py


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

Branch: refs/heads/trunk
Commit: 30d2af87e6732face882c63d13353e1716631be0
Parents: 2c5b5cf
Author: mitch <mi...@itaas.dimensiondata.com>
Authored: Tue Nov 13 15:03:01 2018 -0500
Committer: mitch <mi...@itaas.dimensiondata.com>
Committed: Tue Nov 13 15:03:01 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/30d2af87/libcloud/drs/drivers/nttcis.py
----------------------------------------------------------------------
diff --git a/libcloud/drs/drivers/nttcis.py b/libcloud/drs/drivers/nttcis.py
index cc1add8..bb2bdae 100644
--- a/libcloud/drs/drivers/nttcis.py
+++ b/libcloud/drs/drivers/nttcis.py
@@ -117,15 +117,15 @@ 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
-                       * 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=
         :return:  `list` of :class: `NttCisConsistencyGroup`
         """