summaryrefslogtreecommitdiffstats
path: root/manifests/network/contrail/analytics.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-16 23:25:23 +0000
committerGerrit Code Review <review@openstack.org>2017-06-16 23:25:23 +0000
commit8ca7a1e390ce50ac66a6861dae59bb44fbf0324a (patch)
tree04380590acfa8f36ed5ec661adc4ddb8c74bec01 /manifests/network/contrail/analytics.pp
parentbb7e1829f683ca1cac2034ce0b450c0f7ce483ed (diff)
parent94f13e66089cc0b18d5b4b2f6e204160d836ac3e (diff)
Merge "Ensure hiera step value is an integer"
Diffstat (limited to 'manifests/network/contrail/analytics.pp')
-rw-r--r--manifests/network/contrail/analytics.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/network/contrail/analytics.pp b/manifests/network/contrail/analytics.pp
index e34c7e6..296fa19 100644
--- a/manifests/network/contrail/analytics.pp
+++ b/manifests/network/contrail/analytics.pp
@@ -189,7 +189,7 @@
# Defaults to hiera('contrail::zk_server_ip')
#
class tripleo::network::contrail::analytics(
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
$admin_password = hiera('contrail::admin_password'),
$admin_tenant_name = hiera('contrail::admin_tenant_name'),
$admin_token = hiera('contrail::admin_token'),