mirror of https://github.com/apache/cassandra
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:
parent
31e2edf052
commit
891e65e251
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue