nova/nova/servicegroup/drivers
ChangBo Guo(gcb) 594b1b1520 Don't use 'updated_at' to check service's status
Commit b9bae02af2 introduced
'last_seen_up' to check service in Liberty. Nova use 'updated_at'
to check that before Liberty. So we can remove legacy item now.
Note: 'last_seen_up' may be null at the beginning. so we still
need 'created_at' in this case.

Change-Id: I5a273c294341027fba66a54a540182fc890522db
2016-12-08 09:51:03 +00:00
..
__init__.py Create a directory for servicegroup drivers. 2013-01-10 17:08:42 -05:00
base.py servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
db.py Don't use 'updated_at' to check service's status 2016-12-08 09:51:03 +00:00
mc.py Add a hacking rule for string interpolation at logging 2016-10-11 08:39:48 +00:00