Set role default metalsmith_provisioning_timeout

Job: metalsmith-integration-glance-centos9-legacy
is failing with:
"""
argument 'timeout' is of type <class 'NoneType'> and we
were unable to convert to int: <class 'NoneType'> cannot be
converted to an int
"""

Set metalsmith_provisioning_timeout in role defaults to 3600,
same as the default timout in module: metalsmith_instances

Change-Id: I7b9c70b03c17c631da8e53f70808fed103c95c06
This commit is contained in:
Harald Jensås 2023-09-04 21:18:48 +02:00
parent 968c9a0608
commit 9c928d3004
No known key found for this signature in database
GPG Key ID: 693852E00DCEA408
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ metalsmith_traits: []
metalsmith_user_name: metalsmith
# Wait parameters
metalsmith_provisioning_timeout:
metalsmith_provisioning_timeout: 3600