]> 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)
committerMichael Fritch <mfritch@suse.com>
Wed, 3 Mar 2021 16:33:27 +0000 (09:33 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm
src/cephadm/tox.ini

index b956f98c36130f9550169a6229541f6da3d0b131..f29a9b247c5124f7ef705d4dcc0ed0cbe4888405 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,