Fix rabbitmq example
Change-Id: Ibd5b952de84661c5dc35698e527bc43c7b0104d8
This commit is contained in:
parent
3d05aa4639
commit
930f70f3f5
@ -43,12 +43,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { '::magnum':
|
class { '::magnum':
|
||||||
rabbit_host => '127.0.0.1',
|
default_transport_url => 'rabbit://magnum:an_even_bigger_secret@127.0.0.1:5672',
|
||||||
rabbit_port => '5672',
|
rabbit_use_ssl => false,
|
||||||
rabbit_userid => 'magnum',
|
notification_driver => 'messagingv2',
|
||||||
rabbit_password => 'an_even_bigger_secret',
|
|
||||||
rabbit_use_ssl => false,
|
|
||||||
notification_driver => 'messagingv2',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class { '::magnum::conductor':
|
class { '::magnum::conductor':
|
||||||
|
Loading…
Reference in New Issue
Block a user