blazar/blazar/tests/db
Hiroaki Kobayashi 6d2950f3b0 Add periodic healing
This patch adds a periodic healing mechanism into the monitor module and
monitoring plugins. With this change, the heal_reservations() method of
resource plugin was changed to receive a period (start/end_date
arguments) to heal.

This change is for not healing (reallocating) all of reservations for
failed resources immediately because failed resources are expected to
recover sometime in the future. The monitor tries to heal only
reservations which are active or will start soon. Remaining reservations
are expected to be healed by the periodic healing.

Implements: blueprint healing-time
Change-Id: I6971c952fcde101ff2408f567fee9a7dab97b140
2018-04-24 13:18:16 +09:00
..
migration Fix zip issues with Python3 2018-01-22 14:00:33 +09:00
sqlalchemy Add periodic healing 2018-04-24 13:18:16 +09:00
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_api.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_utils.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00