This modification introduce a breaking change about AMQP
queue handling.
Now, Almanach use the same terminology as other OpenStack
projects.
- By default, Almanach listen on the "almanach" topic
- The "info" priority is used to receive notifications
- The "error" level is used as retry queue
- The "critical" level for the dead queue
To be compatible with olso_messaging drivers, transport_url
must start by "rabbit://" to use the driver kombu.
Change-Id: Ia331d68e94c8ce4196b2d5f3b974a8dbdd6016ef
In some part in the code we import objects.
In the Openstack style guidelines they recommend to import only
modules.
http://docs.openstack.org/developer/hacking/#imports
Change-Id: I58b2dab1a46128893648630edba615e2592040ac