This commit is contained in:
Aurelien Lourot
2020-03-05 12:12:08 +01:00
parent 707b36c0f8
commit 0cee4c90bb
+2 -2
View File
@@ -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.')