From 8db8040e8b7a2298352e2facab457224a55e1987 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 19 Mar 2017 17:07:47 -0400 Subject: 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 --- releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml (limited to 'releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml') diff --git a/releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml b/releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml new file mode 100644 index 0000000..b6f211c --- /dev/null +++ b/releasenotes/notes/messaging-amqp-7efec1bcb435e7cf.yaml @@ -0,0 +1,4 @@ +--- +features: + - Include the amqp messaging class when the oslo.messaging rpc + protocol is enabled for AMQP 1.0. -- cgit 1.2.3-korg