Merge "Fix error when creating TimeoutException"

This commit is contained in:
Zuul 2018-04-16 18:52:53 +00:00 committed by Gerrit Code Review
commit 5be2abbe6f
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def wait_for_recordset_status(client, zone_id, recordset_id, status):
if int(time.time()) - start >= client.build_timeout:
message = ('Recordset %(recordset_id)s failed to reach '
'status=%(status) within the required time '
'status=%(status)s within the required time '
'(%(timeout)s s). Current '
'status: %(status_curr)s' %
{'recordset_id': recordset_id,