]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Sync a change to rpc from openstack-common.
authorRussell Bryant <rbryant@redhat.com>
Fri, 14 Sep 2012 17:50:47 +0000 (13:50 -0400)
committerRussell Bryant <rbryant@redhat.com>
Fri, 14 Sep 2012 17:50:47 +0000 (13:50 -0400)
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

index bf8b26d457d0ecb60aef9e80fd1104b8dbfbfa7d..d9fc8210f7500b019c009b52c7f16610dcc45d97 100644 (file)
@@ -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',