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:
Tin Lam 2018-06-02 15:55:09 -05:00
parent 45e05a31f0
commit fa3feff5e3
1 changed files with 2 additions and 2 deletions

View File

@ -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