commit | a572c76104af1c3658e9574098d8475cbffeb5ad | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Oct 10 13:17:09 2019 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Oct 10 09:20:29 2019 +0000 |
tree | 80776ffe4bcba6471c03ff1b2ec5f83ce79d89c8 | |
parent | 1607318c24c8d9c8e5dc4562a5c94c9f34a05db3 [diff] |
Fix typo in attempts param PROD-33730 Change-Id: Id49fcb45007fd8bd6c6e82bc851c56ab1a961049
diff --git a/maas/map.jinja b/maas/map.jinja index 09a9fa2..9ff5244 100644 --- a/maas/map.jinja +++ b/maas/map.jinja
@@ -32,7 +32,7 @@ timeout: deployed: 1800 ready: 900 - attemps: 10 + attempts: 10 {%- endload %} {%- set region = salt['grains.filter_by'](region_defaults, merge=salt['pillar.get']('maas:region', {})) %}