api: update messaging class

puppet-oslo did a non-backward compatible change this week, it's an
experimental module and we renamed the rabbit class.

Depends-On: I3e460ca8543e2f145a4e6abd4fdb79bcadb8d5b8
Change-Id: I58909970b7ee1f575b66ba806673c378d517c54b
This commit is contained in:
Emilien Macchi 2016-03-30 14:07:54 -04:00
parent 25b05e6540
commit ee996875dc
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class barbican::api (
#rabbit config
if $rpc_backend in [$::os_service_default, 'rabbit'] {
oslo::messaging_rabbit {'barbican_config':
oslo::messaging::rabbit {'barbican_config':
rabbit_password => $rabbit_password,
rabbit_userid => $rabbit_userid,
rabbit_virtual_host => $rabbit_virtual_host,