Fix missing session options in [service_credentials]

These options are loaded when building HTTP client, but have not been
added to the generated config file.

Change-Id: Iba90bf0b1e46af23171047da1fe288c782e39f46
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-11 00:16:44 +09:00
parent 4afc6bcccc
commit 9b3b3cab50

View File

@@ -113,6 +113,7 @@ def list_keystoneauth_opts():
# for the password plugin that handles keystone v2 and v3 API
# with discovery. But other options are possible.
return [('service_credentials', itertools.chain(
loading.get_session_conf_options(),
loading.get_auth_common_conf_options(),
loading.get_auth_plugin_conf_options('password'),
ceilometer.keystone_client.CLI_OPTS