aodh/aodh
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
..
api 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
cmd Add listener service for event alarm evaluation 2015-08-25 02:51:48 +09:00
evaluator 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
hacking Avoid translating debug log 2015-08-13 14:38:12 +08:00
locale Imported Translations from Zanata 2015-09-28 06:29:41 +00:00
notifier Avoid translating debug log 2015-08-13 14:38:12 +08:00
storage don't pass aodh options to oslo.db engine facade 2016-02-03 17:26:00 +01:00
tests 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
__init__.py Rename to aodh 2015-06-25 14:46:39 +02:00
coordination.py Stop using global conf object 2015-07-31 17:43:34 +02:00
event.py Fix args for get_notification_listener() 2015-08-26 22:29:36 +09:00
i18n.py Rename to aodh 2015-06-25 14:46:39 +02:00
keystone_client.py keystone_client: stop using cfg.CONF 2015-07-24 10:13:31 +02:00
messaging.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
opts.py storage: remove unused CLI option 2015-09-01 18:32:54 +02:00
rpc.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
service.py Cleanup keystonemiddleware configuration 2015-09-10 15:37:30 +00:00
utils.py Remove the unused cpu_count utils method 2015-08-12 16:44:14 +08:00