Merge "Revert "Disable notifications in storyboard""

This commit is contained in:
Jenkins 2014-09-22 17:09:10 +00:00 committed by Gerrit Code Review
commit 21bdb9db53

View File

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