aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/network/contrail/heat.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/network/contrail/heat.pp')
-rw-r--r--manifests/network/contrail/heat.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/network/contrail/heat.pp b/manifests/network/contrail/heat.pp
index 637fdda..4ef2a31 100644
--- a/manifests/network/contrail/heat.pp
+++ b/manifests/network/contrail/heat.pp
@@ -60,7 +60,7 @@ class tripleo::network::contrail::heat(
$api_port = 8082,
$api_server = hiera('contrail_config_vip'),
$auth_host = hiera('contrail::auth_host'),
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
$use_ssl = 'False',
)
{