aodh/aodh/evaluator
liusheng 8b663afb39 Catch DriverLoadFailure + Correct concurrency of gabbi >1.22.0 + remove most oslo.context usage + remove dependency on sphinxcontrib-docbookrestapi
new oslo.messaging 5.2.0 release will raise
oslo_messaging.transport.DriverLoadFailure if no existent transport
driver, hence breaks our code and unit test as well.

This patch fixes it by adding DriverLoadFailure to catch list.

Closes-Bug: #1588151
(cherry picked from commit 9c5df8400b)

+

When running gabbi under testr, concurrency grouping is controlled
by a regex in .testr.conf. A module name change in gabbi 1.22.0
inadvertently broke the grouping. This change should work for
old and new versions.

(cherry picked from commit 86e94d9ab2)

+

The RequestContextSerializer of oslo.messaging has been deprecated, and
actually we don't need it. Let's drop it and remove the oslo.context
usage in most use cases.

This fix the stable/liberty tests since oslo.context added a new field recently
that broke the tests.

(cherry picked from commit 3c08a6e586)

+

This Sphinx extension is no longer used nor maintained and can be safely
removed.

(cherry picked from commit 3b6a3bfab3)

Change-Id: I318d4b93beac9d1816fe4b5f9eb9de98e4debc04
2016-06-17 17:20:55 +02:00
..
__init__.py Catch DriverLoadFailure + Correct concurrency of gabbi >1.22.0 + remove most oslo.context usage + remove dependency on sphinxcontrib-docbookrestapi 2016-06-17 17:20:55 +02:00
combination.py Fix combination alarms 2016-02-03 17:25:40 +01:00
event.py event-alarm: add alarm wrapper class 2015-09-10 18:00:09 +09:00
gnocchi.py Merge "Add deprecated group for gnocchi_url" into stable/liberty 2016-02-08 22:06:16 +00:00
threshold.py Fix alarm reason 2016-02-17 11:36:26 +01:00
utils.py evaluator: move to top-level 2015-07-24 10:13:03 +02:00