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:
Dantali0n
2019-06-26 06:44:56 +00:00
parent 4d35aabfdf
commit cebee2c4d7
20 changed files with 62 additions and 50 deletions

View File

@@ -65,4 +65,4 @@ def register_opts(conf):
def list_opts():
return [('api', API_SERVICE_OPTS), ('DEFAULT', AUTH_OPTS)]
return [(api, API_SERVICE_OPTS), ('DEFAULT', AUTH_OPTS)]