improve OptGroup consistency across configuration
This is a follow-up to: https://review.opendev.org/#/c/666897/ and makes sure titles and help information get rendered in the configuration documentation and configuration samples. The options for the placement_client group are already changed and left untouched as a result. The changes to grafana_client are already done in another patch and also untouched. Change-Id: Ia33cd4576e4b55e651f3f3779a01f2867126138d
This commit is contained in:
@@ -27,5 +27,5 @@ def register_opts(conf):
|
||||
|
||||
|
||||
def list_opts():
|
||||
return [('watcher_clients_auth', ka_loading.get_session_conf_options() +
|
||||
return [(WATCHER_CLIENTS_AUTH, ka_loading.get_session_conf_options() +
|
||||
ka_loading.get_auth_common_conf_options())]
|
||||
|
||||
Reference in New Issue
Block a user