From 0cee4c90bbba10c10fe921282c3e0b21b0b1a53a Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 5 Mar 2020 12:12:08 +0100 Subject: [PATCH] Fix typo --- zaza/openstack/utilities/openstack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/utilities/openstack.py b/zaza/openstack/utilities/openstack.py index 59f8cd6..661d107 100644 --- a/zaza/openstack/utilities/openstack.py +++ b/zaza/openstack/utilities/openstack.py @@ -1534,7 +1534,7 @@ def get_undercloud_auth(): else: logging.error('Missing OS authentication setting: OS_AUTH_URL') raise exceptions.MissingOSAthenticationException( - 'One or more OpenStack authetication variables could ' + 'One or more OpenStack authentication variables could ' 'be found in the environment. Please export the OS_* ' 'settings into the environment.') @@ -1581,7 +1581,7 @@ def get_undercloud_auth(): logging.error('Missing OS authentication setting: {}' ''.format(key)) raise exceptions.MissingOSAthenticationException( - 'One or more OpenStack authetication variables could ' + 'One or more OpenStack authentication variables could ' 'be found in the environment. Please export the OS_* ' 'settings into the environment.')