Merge "json_rpc: list_opts() should return tuple"
This commit is contained in:
commit
1340a735e9
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user