replace 'interrace' with 'interface'

Fix a typo

Change-Id: I46f2ee981645288c2310e2e583c4d8260128deba
This commit is contained in:
yufei 2017-07-20 17:27:30 +08:00
parent e718b837a0
commit 9fe33003b7

View File

@ -92,7 +92,7 @@ def get_auth(group, **auth_kwargs):
def get_service_url(session, **kwargs):
"""Find endpoint for given service in keystone catalog.
If 'interrace' is provided, fetches service url of this interface.
If 'interface' is provided, fetches service url of this interface.
Otherwise, first tries to fetch 'internal' endpoint,
and then the 'public' one.