Fix rendering issues in cassandra.yaml for gen-asciidoc target

patch by Jackson Fleming; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-19767
This commit is contained in:
Jackson Fleming 2024-07-15 14:47:02 +02:00 committed by Stefan Miklosovic
parent 31e2edf052
commit 891e65e251
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ COMPLEX_OPTIONS = (
'server_encryption_options',
'client_encryption_options',
'transparent_data_encryption_options',
'hinted_handoff_disabled_datacenters'
'hinted_handoff_disabled_datacenters',
'startup_checks'
)
def convert(yaml_file, dest_file):