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>
rgw_realm_token: Optional[str] = None,
update_endpoints: Optional[bool] = False,
zone_endpoints: Optional[str] = None, # comma separated endpoints list
- zonegroup_hostnames: Optional[str] = None,
+ zonegroup_hostnames: Optional[List[str]] = None,
rgw_user_counters_cache: Optional[bool] = False,
rgw_user_counters_cache_size: Optional[int] = None,
rgw_bucket_counters_cache: Optional[bool] = False,