From d9bec709c063a0718ad3796cbb0074ed67e07512 Mon Sep 17 00:00:00 2001 From: wangqiangbj Date: Tue, 13 Nov 2018 20:28:22 +0800 Subject: [PATCH] fix wrong spelling Change-Id: I468da7d9053f526b1d014927d27b118f65ebb4c2 --- deckhand/barbican/client_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deckhand/barbican/client_wrapper.py b/deckhand/barbican/client_wrapper.py index 59b3265f..ffa28c0c 100644 --- a/deckhand/barbican/client_wrapper.py +++ b/deckhand/barbican/client_wrapper.py @@ -46,7 +46,7 @@ class BarbicanClientWrapper(object): return self._cached_client # TODO(fmontei): Deckhand's configuration file needs to be populated - # with correct Keysone authentication values as well as the Barbican + # with correct Keystone authentication values as well as the Barbican # endpoint URL automatically. barbican_url = CONF.barbican.api_endpoint