Merge "json_rpc: list_opts() should return tuple"

This commit is contained in:
Zuul 2021-08-19 11:37:11 +00:00 committed by Gerrit Code Review
commit 1340a735e9

View File

@ -64,7 +64,7 @@ register_opts(CONF)
def list_opts():
return opts + keystone.add_auth_opts([])
return [('json_rpc', opts + keystone.add_auth_opts([]))]
def auth_strategy():