Fix the exception message in tempest plugin
Follow up to commit 733ff3fff7
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,
|
||||
interval):
|
||||
msg = ('Timed out waiting to get Ironic node by instance ID '
|
||||
'%(instance_id)s within the required time (%(timeout)s s).'
|
||||
% {'instance_id': instance_uuid, 'timeout': timeout})
|
||||
msg = ('Timed out waiting to get Ironic node by instance UUID '
|
||||
'%(instance_uuid)s within the required time (%(timeout)s s).'
|
||||
% {'instance_uuid': instance_uuid, 'timeout': timeout})
|
||||
raise lib_exc.TimeoutException(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user