A framework for Audit/Repair scripts for OpenStack
Go to file
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
docs Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
entropy Do not create queues statically 2014-04-09 02:17:54 -07:00
.gitignore Modify gitignore 2014-03-17 11:51:44 -07:00
.gitreview Added .gitreview 2013-12-11 19:43:47 +00:00
LICENSE Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
MANIFEST.in Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
README.md Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
requirements.txt Introduce watchdog into entropy 2014-02-24 19:15:09 -08:00
setup.cfg Enable stevedore and dynamic loading 2014-02-03 00:01:15 -08:00
setup.py Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
test-requirements.txt Remove comment about packages we don't install 2013-12-13 17:00:46 -08:00
tox.ini Added a message queue 2013-12-16 15:21:23 -08:00

README.md

Framework for audit/repair scripts for openstack

https://wiki.openstack.org/wiki/Entropy