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:
parent
968c9a0608
commit
9c928d3004
@ -18,4 +18,4 @@ metalsmith_traits: []
|
|||||||
metalsmith_user_name: metalsmith
|
metalsmith_user_name: metalsmith
|
||||||
|
|
||||||
# Wait parameters
|
# Wait parameters
|
||||||
metalsmith_provisioning_timeout:
|
metalsmith_provisioning_timeout: 3600
|
||||||
|
Loading…
Reference in New Issue
Block a user