]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: continuation line under-indented for hanging indent (E121)
authorMichael Fritch <mfritch@suse.com>
Fri, 12 Feb 2021 16:03:30 +0000 (09:03 -0700)
committerSage Weil <sage@newdream.net>
Tue, 16 Mar 2021 12:56:16 +0000 (07:56 -0500)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 75cf5fc676b9d2ef778ba238e76134cfce1621f2)

src/cephadm/cephadm
src/cephadm/tox.ini

index 7648c60811cd9a541bd630de58dc81f9a7faf6d3..105725b3003aaaa22f033c4e0cef5d8129552e10 100755 (executable)
@@ -272,8 +272,8 @@ class Monitoring(object):
             "cpus": "2",
             "memory": "2GB",
             "args": [
-               "--web.listen-address=:{}".format(port_map['alertmanager'][0]),
-               "--cluster.listen-address=:{}".format(port_map['alertmanager'][1]),
+                "--web.listen-address=:{}".format(port_map['alertmanager'][0]),
+                "--cluster.listen-address=:{}".format(port_map['alertmanager'][1]),
             ],
             "config-json-files": [
                 "alertmanager.yml",
index 898503364a19383ee7b418654ef93dd2ec140ba8..18f4c28167702a35718997fa50c3e5b3253c62e1 100644 (file)
@@ -5,7 +5,6 @@ skipsdist=true
 [flake8]
 max-line-length = 100
 ignore =
-    E121,
     E122,
     E123,
     E124,