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
(cherry picked from commit 9c928d3004)
This commit is contained in:
Harald Jensås 2023-09-04 21:18:48 +02:00 committed by Julia Kreger
parent c71ca5f0f6
commit b3787f95cd
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