From: Russell Bryant Date: Fri, 14 Sep 2012 17:50:47 +0000 (-0400) Subject: Sync a change to rpc from openstack-common. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1a408818e96434778d34415e880d81c6f176233f;p=openstack-build%2Fcinder-build.git 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 --- 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',