Commit Graph

5 Commits

Author SHA1 Message Date
Frédéric Guillot
7c14e2e868 Migrate to oslo_messaging and oslo_service
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
2016-11-17 10:13:56 -05:00
Nguyen Hung Phuong
90bb67ffb6 Clean imports in code
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
2016-08-25 17:14:29 -04:00
Marc Aubry
7f33dcc7df Add compatibility to python3
Change-Id: I20251e3dbe495c60a2a17751d84a395d10d38817
2016-08-22 17:47:19 -04:00
Frederic Guillot
3a970d7d65 Added collector tests for volume entities 2016-05-31 14:41:05 -04:00
Frédéric Guillot
6b6d25124f Added integration tests with Docker (#17)
* Added integration tests with Docker
* Cleanup more data
2016-05-19 16:06:02 -04:00