aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/neutron/agents/ovn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/neutron/agents/ovn.pp')
-rw-r--r--manifests/profile/base/neutron/agents/ovn.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/neutron/agents/ovn.pp b/manifests/profile/base/neutron/agents/ovn.pp
index a593092..9f37bbf 100644
--- a/manifests/profile/base/neutron/agents/ovn.pp
+++ b/manifests/profile/base/neutron/agents/ovn.pp
@@ -32,7 +32,7 @@
class tripleo::profile::base::neutron::agents::ovn (
$ovn_db_host = hiera('ovn_dbs_vip'),
$ovn_sbdb_port = hiera('ovn::southbound::port'),
- $step = hiera('step')
+ $step = Integer(hiera('step'))
) {
if $step >= 4 {
class { '::ovn::controller':