]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common/service_spec: fix zonegroup_hostnames type
authorAdam King <adking@redhat.com>
Mon, 12 Aug 2024 14:10:42 +0000 (10:10 -0400)
committerAdam King <adking@redhat.com>
Mon, 12 Aug 2024 18:49:17 +0000 (14:49 -0400)
commit7f2324fb5f27901c3c07abb7623e121608d28fbc
treefd88b67333cf1db0e6ecdf9efc4ddb6e824f4882
parent8017ef589d2009df0f1e984ac8cc5b41a0ed9189
python-common/service_spec: fix zonegroup_hostnames type

This was meant to be a list of strings. The only use for it
was passing it to the rgw module with a mon_command call
so mypy didn't notice. New work to use this field for
custom SANs entries into self-signed certs revealed the issue

Signed-off-by: Adam King <adking@redhat.com>
src/python-common/ceph/deployment/service_spec.py