entropy/entropy
pran1990 73c6e2ece8 Do not create queues statically
Queues should be created programatically by audit scripts. Engine
should provide an exchange, and audit scripts can create queues
using that exchange.

Changed code in engine.py to create an exchange in the constructor.
Changed the base audit object to include a constructor that creates
queues.
Added an associated option to audit template to demonstrate this
feature.

Moved some code in start_audit to try/except blocks. Was a TODO

Change-Id: Ibe1e2283d6b182cd74b33c684a1477e5afe68f67
2014-04-09 02:17:54 -07:00
..
audit Do not create queues statically 2014-04-09 02:17:54 -07:00
repair Cleanup logging 2014-03-27 15:08:27 -07:00
tests Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
__init__.py Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
__main__.py Cleanup logging 2014-03-27 15:08:27 -07:00
engine.py Do not create queues statically 2014-04-09 02:17:54 -07:00
utils.py Do not create queues statically 2014-04-09 02:17:54 -07:00