From 6d5cf09f7eefb3e59495fcb3756e410c3c9992f4 Mon Sep 17 00:00:00 2001
From: ZhijunWei <wzj334965317@outlook.com>
Date: Mon, 17 Sep 2018 10:01:41 -0400
Subject: [PATCH] Fix the zookeeper group missing when run tests

Change-Id: I05960661b8efb32a3d57686dc3780d4138309ef5
Closes-Bug: #1793262
---
 tests/templates/inventory.j2 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/templates/inventory.j2 b/tests/templates/inventory.j2
index 61dcf28ec..1ce8bb4d0 100644
--- a/tests/templates/inventory.j2
+++ b/tests/templates/inventory.j2
@@ -227,6 +227,9 @@ control
 [bifrost:children]
 deployment
 
+[zookeeper:children]
+control
+
 [zun:children]
 control
 
-- 
GitLab