commit | 1acfc028a6eaf60ea36d23c0e9f5d4f7b318e66c | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Jan 21 17:51:27 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jan 21 17:51:27 2015 +0000 |
tree | cdfa8be6d94d3849c64fe07abcac54a55b916533 | |
parent | 40b24278fa66cf1bec2d1db746ec0b4a3b4c5db2 [diff] | |
parent | 0f52d93d6ddc0716f78fa2cd18ec16422fd367f6 [diff] |
Merge "Setup notification properly for Zaqar"
diff --git a/lib/zaqar b/lib/zaqar index 0d1f6f4..dfa3452 100644 --- a/lib/zaqar +++ b/lib/zaqar
@@ -135,6 +135,12 @@ configure_redis fi + if is_service_enabled qpid || [ -n "$RABBIT_HOST" ] && [ -n "$RABBIT_PASSWORD" ]; then + iniset $ZAQAR_CONF DEFAULT notification_driver messaging + iniset $ZAQAR_CONF DEFAULT control_exchange zaqar + fi + iniset_rpc_backend zaqar $ZAQAR_CONF DEFAULT + cleanup_zaqar }