Disable notifications in storyboard

Due to bug: https://storyboard.openstack.org/#!/story/202

Change-Id: I6d7c3d7e7578ba10fad6770c8999762db5903d98
Depends-On: I04d20b491cfa0c897160d9fc78c37a164cd09122
This commit is contained in:
James E. Blair 2014-08-26 10:50:27 -07:00
parent 00302e2240
commit ddb4034837
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class openstack_project::storyboard(
rabbitmq_port => 5672,
rabbitmq_vhost => '/',
rabbitmq_user => $rabbitmq_user,
rabbitmq_user_password => $rabbitmq_password
rabbitmq_user_password => $rabbitmq_password,
enable_notifications => 'False'
}
class { '::storyboard::rabbit':