Fix the exception message in tempest plugin
Follow up to commit 733ff3fff71f8781414befe40aaca3c6492cda6b Change-Id: I3498268c6dd7626c1e99ded9fdfb287b4197c999
This commit is contained in:
parent
7ce234d8b4
commit
ac075b7f35
@ -106,7 +106,7 @@ def wait_node_instance_association(client, instance_uuid, timeout=None,
|
|||||||
|
|
||||||
if not test_utils.call_until_true(is_some_node_associated, timeout,
|
if not test_utils.call_until_true(is_some_node_associated, timeout,
|
||||||
interval):
|
interval):
|
||||||
msg = ('Timed out waiting to get Ironic node by instance ID '
|
msg = ('Timed out waiting to get Ironic node by instance UUID '
|
||||||
'%(instance_id)s within the required time (%(timeout)s s).'
|
'%(instance_uuid)s within the required time (%(timeout)s s).'
|
||||||
% {'instance_id': instance_uuid, 'timeout': timeout})
|
% {'instance_uuid': instance_uuid, 'timeout': timeout})
|
||||||
raise lib_exc.TimeoutException(msg)
|
raise lib_exc.TimeoutException(msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user