Merge "Fix typo"
This commit is contained in:
commit
0baf72d3eb
@ -510,7 +510,7 @@ class Controller(object):
|
|||||||
if context.tenant_id:
|
if context.tenant_id:
|
||||||
res_dict['tenant_id'] = context.tenant_id
|
res_dict['tenant_id'] = context.tenant_id
|
||||||
else:
|
else:
|
||||||
msg = _("Running without keystyone AuthN requires "
|
msg = _("Running without keystone AuthN requires "
|
||||||
" that tenant_id is specified")
|
" that tenant_id is specified")
|
||||||
raise webob.exc.HTTPBadRequest(msg)
|
raise webob.exc.HTTPBadRequest(msg)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user