Commit ca8df2af authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add auth plugin options to options list"

parents 36b9ca3c ea5ff2dc
......@@ -44,6 +44,9 @@ def list_opts():
return [(_option_group,
copy.deepcopy(_options) +
loading.get_session_conf_options() +
loading.get_auth_plugin_conf_options('password'),
loading.get_auth_plugin_conf_options('v2password'),
loading.get_auth_plugin_conf_options('v3password'),
loading.get_adapter_conf_options(include_deprecated=False)
)]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment