Revert "Disable notifications in storyboard"

This reverts commit ddb4034837dfb1fcd16c60b93d66dec83bfc2ee9.

The underlying problem has hopefully been corrected.

Change-Id: I6fa913924f6b24b7e3c23e8c8d1787d779636971
This commit is contained in:
James E. Blair 2014-09-22 15:05:16 +00:00
parent ddb4034837
commit 3925b2e6b4

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