Skip to content

Commit cb05ad0

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Added fix to install zookeeper for fedora"
2 parents 8bee429 + 5069b8d commit cb05ad0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/dlm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ function install_dlm {
9393
if is_dlm_enabled; then
9494
if is_ubuntu; then
9595
install_package zookeeperd
96+
elif is_fedora; then
97+
install_package zookeeper
9698
else
9799
die $LINENO "Don't know how to install zookeeper on this platform"
98100
fi

0 commit comments

Comments
 (0)