nova/nova/api/openstack
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
..
compute Fix the display of updated_at time when using memcache driver. 2017-05-26 16:48:07 +08:00
placement Merge "[placement] Idempotent PUT /resource_classes/{name}" 2017-04-28 15:11:50 +00:00
__init__.py Use plain routes list for '/servers' endpoint instead of stevedore 2017-04-25 22:38:33 +08:00
api_version_request.py 2.45: Remove Location header from createImage and createBackup responses 2017-04-25 15:52:14 -04:00
auth.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
common.py delete more i18n log markers 2017-03-21 07:37:21 -04:00
extensions.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
identity.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
urlmap.py Use of six.PY3 should be forward compatible 2016-01-17 03:32:34 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py API: accept None as content-length in HTTP requests 2017-04-04 17:26:16 +02:00
wsgi_app.py Add pbr-installed wsgi application for metadata api 2017-05-02 16:58:11 +00:00