From 1749c95380729f4898742bf5d7daf65db2c12113 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Wed, 26 Apr 2017 19:50:32 +0200 Subject: [PATCH] Include zaqar::db:sync zaqar::db::sync is not being called from anywhere and that's making it to fail in last zaqar versions. Change-Id: I23ddc661e78c2411e91c6d7d78ae1b5741685a64 --- manifests/zaqar.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/zaqar.pp b/manifests/zaqar.pp index a173f9ea9..552ba7b85 100644 --- a/manifests/zaqar.pp +++ b/manifests/zaqar.pp @@ -53,6 +53,7 @@ class openstack_integration::zaqar { ssl_key => $key_file, workers => 2, } + include ::zaqar::db::sync # run a second instance using websockets, the Debian system does # not support the use of services to run a second instance. if $::osfamily == 'RedHat' {