Enable message pipeline on devstack

This allows notifications to work by default.

Change-Id: I7209a0a684f64f5ddc53a76020ae87b85e3fa9bd
Closes-Bug: #1477017
This commit is contained in:
Thomas Herve 2015-07-22 14:34:07 +02:00
parent 6750a7f70f
commit fc31ee07c8

View File

@ -119,6 +119,8 @@ function configure_zaqar {
iniset $ZAQAR_CONF DEFAULT admin_mode True
iniset $ZAQAR_CONF DEFAULT use_syslog $SYSLOG
iniset $ZAQAR_CONF storage message_pipeline zaqar.notification.notifier
# Enable pooling by default for now
iniset $ZAQAR_CONF DEFAULT admin_mode True
iniset $ZAQAR_CONF 'drivers:transport:wsgi' bind $ZAQAR_SERVICE_HOST