fix(typos): correct typographical errors
Fix minor errors mentioned in [0]. [0] https://review.openstack.org/#/c/571936/3 Change-Id: Ie3a62806f3921d7582ab05f747ba9be6561d736e Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
45e05a31f0
commit
fa3feff5e3
@ -86,7 +86,7 @@ def get_endpoint(endpoint):
|
||||
interface='internal',
|
||||
service_type=service_type)
|
||||
except exc.EndpointNotFound:
|
||||
LOG.error('Could not find a public interface for %s',
|
||||
LOG.error('Could not find an internal interface for %s',
|
||||
endpoint.name)
|
||||
raise AppError(
|
||||
title='Can not access service endpoint',
|
||||
@ -121,7 +121,7 @@ def _get_ks_session():
|
||||
raise AppError(
|
||||
title='Could not authorize Shipyard against Keystone',
|
||||
description=(
|
||||
'Keystone has reqjected the authorization request by Shipyard'
|
||||
'Keystone has rejected the authorization request by Shipyard'
|
||||
),
|
||||
status=falcon.HTTP_500,
|
||||
retry=False
|
||||
|
Loading…
x
Reference in New Issue
Block a user