From: John Mulligan Date: Mon, 8 Sep 2025 18:13:59 +0000 (-0400) Subject: tentacle: update formatting to match across tentacle branches X-Git-Tag: v20.1.1~45^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2e294af998c8cb43089ac36ca845e65c7478faa;p=ceph.git tentacle: update formatting to match across tentacle branches I managed to create a bit of a mess with formatting changes after a fix was cherry picked to `tentacle-release`. This change makes the formatting on `tentacle-release` match that of `tentacle`. Signed-off-by: John Mulligan --- diff --git a/src/python-common/ceph/cephadm/images.py b/src/python-common/ceph/cephadm/images.py index 3c3c44cc4a71b..a5a6c5f35ca89 100644 --- a/src/python-common/ceph/cephadm/images.py +++ b/src/python-common/ceph/cephadm/images.py @@ -39,8 +39,12 @@ class DefaultImages(Enum): 'jaeger_collector') JAEGER_AGENT = _create_image('quay.io/jaegertracing/jaeger-agent:1.29', 'jaeger_agent') JAEGER_QUERY = _create_image('quay.io/jaegertracing/jaeger-query:1.29', 'jaeger_query') - SAMBA = _create_image('quay.io/samba.org/samba-server:ceph20-centos-amd64', 'samba') - SAMBA_METRICS = _create_image('quay.io/samba.org/samba-metrics:ceph20-centos-amd64', 'samba_metrics') + SAMBA = _create_image( + 'quay.io/samba.org/samba-server:ceph20-centos-amd64', 'samba' + ) + SAMBA_METRICS = _create_image( + 'quay.io/samba.org/samba-metrics:ceph20-centos-amd64', 'samba_metrics' + ) NGINX = _create_image('quay.io/ceph/nginx:sclorg-nginx-126', 'nginx') OAUTH2_PROXY = _create_image('quay.io/oauth2-proxy/oauth2-proxy:v7.6.0', 'oauth2_proxy')