]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Ensure that qpid connection is closed (from oslo)
authorXavier Queralt <xqueralt@redhat.com>
Mon, 26 Aug 2013 14:11:34 +0000 (16:11 +0200)
committerXavier Queralt <xqueralt@redhat.com>
Mon, 26 Aug 2013 14:11:34 +0000 (16:11 +0200)
commit4576ea44aa51703d7ed3b036a044dbd911d6f3e9
treeb2793ba73d49c04bae2f99c45a0d2a90af1e2b61
parentb2754568bf6f8e44a73559e70727db281be01e92
Ensure that qpid connection is closed (from oslo)

This is commit a9bc62814d in oslo-incubator

Fixes bug 1172922

When reestablishing a session and a connection already exists the
existing connection will be closed prior to opening the new one.

Change-Id: I9a25800fe4b56eba89d550e3461ce095bf902f0a
cinder/openstack/common/rpc/impl_qpid.py