From 1a408818e96434778d34415e880d81c6f176233f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 14 Sep 2012 13:50:47 -0400 Subject: [PATCH] Sync a change to rpc from openstack-common. This commit pulls in the following change from openstack-common: ee44222 Change the qpid_heartbeat default to 60 seconds. Fix bug 1050661. Change-Id: I999e16c18227f9aab4dc8c2ff88cd6907c7c8191 --- cinder/openstack/common/rpc/impl_qpid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/openstack/common/rpc/impl_qpid.py b/cinder/openstack/common/rpc/impl_qpid.py index bf8b26d45..d9fc8210f 100644 --- a/cinder/openstack/common/rpc/impl_qpid.py +++ b/cinder/openstack/common/rpc/impl_qpid.py @@ -69,7 +69,7 @@ qpid_opts = [ default=0, help='Equivalent to setting max and min to the same value'), cfg.IntOpt('qpid_heartbeat', - default=5, + default=60, help='Seconds between connection keepalive heartbeats'), cfg.StrOpt('qpid_protocol', default='tcp', -- 2.45.2