From 9fe33003b7a8e891cd2b676f8c5c15694111b2b1 Mon Sep 17 00:00:00 2001 From: yufei Date: Thu, 20 Jul 2017 17:27:30 +0800 Subject: [PATCH] replace 'interrace' with 'interface' Fix a typo Change-Id: I46f2ee981645288c2310e2e583c4d8260128deba --- ironic/common/keystone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/common/keystone.py b/ironic/common/keystone.py index 52045c9ada..706ac45157 100644 --- a/ironic/common/keystone.py +++ b/ironic/common/keystone.py @@ -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.