90606f8cb286ff252046eef15396b81e7ba37195
Make kombu.connection.BrokerConnection use release() to close the connection. It has no such attribute as close(), since AttributeError is in connection_errors, the fault was previous concealed by the following catch statement. Change-Id: I9f7da2c64f9d408aa2a9ddf723ea83291887cff6
Common code for Openstack Projects. To run tests in virtualenvs (preferred): sudo pip install tox tox To run tests in the current environment: sudo pip install -r tools/pip-requires nosetests
Description