Merge "Remove output filter on rabbitmq install"

This commit is contained in:
Jenkins 2014-07-23 15:06:11 +00:00 committed by Gerrit Code Review
commit 27eefd8729

View File

@ -94,11 +94,7 @@ function cleanup_rpc_backend {
function install_rpc_backend {
if is_service_enabled rabbit; then
# Install rabbitmq-server
# the temp file is necessary due to LP: #878600
tfile=$(mktemp)
install_package rabbitmq-server > "$tfile" 2>&1
cat "$tfile"
rm -f "$tfile"
install_package rabbitmq-server
elif is_service_enabled qpid; then
if is_fedora; then
install_package qpid-cpp-server