Merge "Disable notifications in storyboard"

This commit is contained in:
Jenkins 2014-09-03 21:49:37 +00:00 committed by Gerrit Code Review
commit 633769e8e0

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':