From 02b84363eddcbaf5a7eb17bf80bc65113e06bf04 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 12 Mar 2013 14:24:49 -0400 Subject: [PATCH] Sync rpc from oslo-incubator. Changes include: * Fix Copyright Headers - Rename LLC to Foundation * Preserve exceptions in impl_zmq. * Don't log a traceback on rpc call timeout. * Redis-based matchmaker * AMQP: skip duplicate messages * some other minor fixes / cleanups Fix bug 1154232. Change-Id: I8afb6b9a919fca34b4a93f7fad1551a023eba6b2 --- bin/nova-rpc-zmq-receiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nova-rpc-zmq-receiver b/bin/nova-rpc-zmq-receiver index 7995fbe8..44b8299c 100755 --- a/bin/nova-rpc-zmq-receiver +++ b/bin/nova-rpc-zmq-receiver @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack Foundation +# Copyright 2011 OpenStack LLC # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain