nova/nova/servicegroup/drivers
Tao Li 0df91a7f79 Fix the display of updated_at time when using memcache driver.
When using mc driver(set servicegroup_driver=mc), the service reports
state by memcache. but we use 'nova service-list' get the status of
services registered in nova, the 'update_at' time is not the last updated
time not as db driver. so we should get the time in memcache to update the
time in response.
Closes-Bug: #1647269

Change-Id: I1d4763436ad6de2483c39f5fe97fa6e8d283d8a3
2017-05-26 16:48:07 +08:00
..
__init__.py Create a directory for servicegroup drivers. 2013-01-10 17:08:42 -05:00
base.py Fix the display of updated_at time when using memcache driver. 2017-05-26 16:48:07 +08:00
db.py Fix the display of updated_at time when using memcache driver. 2017-05-26 16:48:07 +08:00
mc.py Fix the display of updated_at time when using memcache driver. 2017-05-26 16:48:07 +08:00