glance/glance/tests/integration/v2
Takashi Kajinami fa9450d5b5 Deploy healthcheck middleware as app instead of filter
Using the healthcheck middleware as a filter is deprecated and
the middleware should be used as an application[1].
 [1] 6feaa13610c450c8486f969703768db5319b4846

This change updates definition and usage of the healthcheck middleware
accordingly to avoid the following deprecation warning.

DeprecationWarning: Using function/method 'Healthcheck.factory()' is
deprecated: The healthcheck middleware must now be configured as
an application, not as a filter.

Closes-Bug: #1937901
Change-Id: Id41e0313a481bea4e2bb14c69f2ad8a2070aa9be
2023-05-02 19:21:42 +02:00
..
__init__.py Enable tasks REST API for async worker 2013-12-13 22:58:53 -05:00
base.py Deploy healthcheck middleware as app instead of filter 2023-05-02 19:21:42 +02:00
test_property_quota_violations.py Remove six.moves.http_client usage 2022-01-27 14:54:05 +00:00
test_tasks_api.py Remove six.moves.http_client usage 2022-01-27 14:54:05 +00:00