aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base
diff options
context:
space:
mode:
authorAndrew Smith <ansmith@redhat.com>2017-03-19 17:07:47 -0400
committerAndrew Smith <ansmith@redhat.com>2017-03-21 11:15:05 -0400
commit8db8040e8b7a2298352e2facab457224a55e1987 (patch)
tree57f757d97425dd43b70775775b15483920114636 /manifests/profile/base
parent02f5102eeb2600068c7561b156bf00a8eeed5bd0 (diff)
Include oslo.messaging amqp support for rpc and notifications
This commit conditionally includes messaging amqp class for the oslo.messaging AMQP 1.0 driver to support notifications. This patch: * include keystone::messaging::amqp class for oslo_messaging_amqp opts Change-Id: I8eb23a21d2499795c3a76ae3197bda7773165a8c
Diffstat (limited to 'manifests/profile/base')
-rw-r--r--manifests/profile/base/keystone.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/profile/base/keystone.pp b/manifests/profile/base/keystone.pp
index 9b2fc51..a199026 100644
--- a/manifests/profile/base/keystone.pp
+++ b/manifests/profile/base/keystone.pp
@@ -208,6 +208,10 @@ class tripleo::profile::base::keystone (
}),
}
+ if 'amqp' in [$oslomsg_rpc_proto, $oslomsg_notify_proto]{
+ include ::keystone::messaging::amqp
+ }
+
include ::keystone::config
class { '::keystone::wsgi::apache':
ssl_cert => $tls_certfile,