Go to file
Hongbin Lu dd5e21858d Sync container's host in periodic task
The container's host needs to be synced periodically because the
value of the host is mutable (in config file). If the value of
a host is changed but it is not synced to containers, the rpc
request will send to the old host which will fail.

In order to squeeze the logic of syncing host, the existing
periodic task was re-written because the original task was mainly
designed to sync a single container state (i.e. status). This
commit re-wrote the implementation make it generic and can be
leveraged to sync various container states (i.e. host, status).

In addition, this commit moved the implementation to container
driver since syncing container states seems to be driver-specific.

Change-Id: I998af06989363b5329ae1f853dd01388ddaeb1cc
2017-04-14 21:23:56 -04:00
2017-03-27 20:10:33 +00:00
2017-03-21 15:41:12 +08:00
2016-11-02 05:15:29 +00:00
2017-03-15 05:28:14 +00:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-04-07 10:50:23 +08:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-03-21 04:05:21 +00:00
2017-03-02 17:55:59 +00:00

Team and repository tags

image

Zun

Container Management service for OpenStack

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%