]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: black format daemons/node_proxy.py
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 9 Mar 2024 16:37:27 +0000 (11:37 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 11 Mar 2024 18:29:02 +0000 (14:29 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/daemons/node_proxy.py

index c197ded3ff6c103b6da7145559c20db5aabd85df..f7f0097e7b8579c13af7d454c55faaa35e9d63d7 100644 (file)
@@ -81,9 +81,17 @@ class NodeProxy(ContainerDaemonForm):
         data_dir = self.identity.data_dir(ctx.data_dir)
         # TODO: update this when we have the actual location
         # in the ceph container we are going to keep node-proxy
-        mounts.update({os.path.join(data_dir, 'node-proxy.json'): '/usr/share/ceph/node-proxy.json:z'})
+        mounts.update(
+            {
+                os.path.join(
+                    data_dir, 'node-proxy.json'
+                ): '/usr/share/ceph/node-proxy.json:z'
+            }
+        )
 
-    def customize_process_args(self, ctx: CephadmContext, args: List[str]) -> None:
+    def customize_process_args(
+        self, ctx: CephadmContext, args: List[str]
+    ) -> None:
         # TODO: this corresponds with the mount location of
         # the config in _get_container_mounts above. They
         # will both need to be updated when we have a proper