diff options
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/autoscaling')
-rw-r--r-- | tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml b/tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml index f58d727..d5356be 100644 --- a/tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml +++ b/tosca2heat/heat-translator/translator/tests/data/autoscaling/tosca_autoscaling.yaml @@ -38,3 +38,4 @@ topology_template: max_instances: 10 default_instances: 3 increment: 1 + cooldown: 60 |