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