From fa3feff5e36ce48356e7110fdb27b5b1516c1162 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 2 Jun 2018 15:55:09 -0500 Subject: [PATCH] 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 --- .../shipyard_airflow/control/service_endpoints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/shipyard_airflow/shipyard_airflow/control/service_endpoints.py b/src/bin/shipyard_airflow/shipyard_airflow/control/service_endpoints.py index 2758c034..36bbc4de 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/control/service_endpoints.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/control/service_endpoints.py @@ -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