Pierre Riteau b3c640de7e Fix "Wait for the ironic node to be inspected" task
Variables to customise hardware inspection timeouts were introduced in
change I2e45876f89121d66cf03b50824bd8258517b88cb. Unfortunately, the
wait_inspected_timeout variable is turned into a string despite
inspector_inspection_timeout being originally defined as an integer,
causing the following error:

Unexpected templating type error occurred on ({{ wait_inspected_timeout // wait_inspected_interval }}): unsupported operand type(s) for //: 'str' and 'int'

Change-Id: Ie40a3eed7146e2e2d8b1c08860da395b35ed99d6
Story: 2007844
Task: 40135
2020-10-14 17:54:25 +02:00
..
2020-07-24 09:11:45 +01:00
2019-10-25 17:08:56 +01:00
2017-05-29 16:52:17 +01:00