Disable notifications in storyboard
Due to bug: https://storyboard.openstack.org/#!/story/202 Change-Id: I6d7c3d7e7578ba10fad6770c8999762db5903d98 Depends-On: I04d20b491cfa0c897160d9fc78c37a164cd09122
This commit is contained in:
parent
00302e2240
commit
ddb4034837
@ -36,7 +36,8 @@ class openstack_project::storyboard(
|
|||||||
rabbitmq_port => 5672,
|
rabbitmq_port => 5672,
|
||||||
rabbitmq_vhost => '/',
|
rabbitmq_vhost => '/',
|
||||||
rabbitmq_user => $rabbitmq_user,
|
rabbitmq_user => $rabbitmq_user,
|
||||||
rabbitmq_user_password => $rabbitmq_password
|
rabbitmq_user_password => $rabbitmq_password,
|
||||||
|
enable_notifications => 'False'
|
||||||
}
|
}
|
||||||
|
|
||||||
class { '::storyboard::rabbit':
|
class { '::storyboard::rabbit':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user