MicroStack Ussuri (242), can we disable TLS?

Thank you for the prompt reply @pmatulis!

I think I’m missing something because option config.tls.generate-cert is not on MicroStack sources.

I’ve checked out locally the latest master revision (via https://opendev.org/x/microstack/) and grepped for this configuration and found no results:

$ ag -aQ "config.tls.generate"
tools/init/init/questions/__init__.py
351:    config_key = 'config.tls.generate-self-signed'

tools/cluster/cluster/add_compute.py
38:    if config_get('config.tls.generate-self-signed'):

tools/cluster/cluster/daemon.py
220:            if config_get('config.tls.generate-self-signed'):

tools/cluster/cluster/client.py
140:    shell.config_set(**{'config.tls.generate-self-signed': False})

snap-overlay/bin/set-default-config.py
79:        'config.tls.generate-self-signed': True,

snap-overlay/snap-openstack.yaml
135:    tls_generate_self_signed: 'config.tls.generate-self-signed'

Is there something I am missing?