Go to file
Hengqing Hu 90606f8cb2 Close kombu.connection.BrokerConnection correctly
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
2012-12-28 18:33:46 +08:00
2012-11-18 18:19:50 -08:00
2012-11-18 18:19:50 -08:00
2012-09-13 06:07:49 +08:00
2012-04-26 15:13:55 -07:00
2012-07-02 17:19:06 -04:00
2012-01-06 10:19:25 -08:00
2012-07-02 17:19:06 -04:00
2012-11-28 17:05:36 +00:00

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
RETIRED, further work has moved to Debian project infrastructure
Readme 2.3 MiB