Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.limit
Commits
ca8df2af
Commit
ca8df2af
authored
Jan 10, 2022
by
Zuul
Committed by
Gerrit Code Review
Jan 10, 2022
Browse files
Merge "Add auth plugin options to options list"
parents
36b9ca3c
ea5ff2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
oslo_limit/opts.py
View file @
ca8df2af
...
...
@@ -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
)
)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment