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:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user