JiWei ad4bae52d4 Modify the load order of manage.py
In zun.cmd.compute.py
Existing process:
1. Import the zun.compute.manager.py file
2. Load configuration item
3. Start the service
So if you use a timer like this:

    @periodic_task.periodic_task(run_immediately=True,
        spacing=CONF.detection_interval)
    def delete_unused_containers(self, context):

Modify the CONF.detection_interval will not take effect,
it is always using the default value

Change-Id: Ia3ca548690f67c010db20a675ae33df240868349
Closes-Bug: #1755095
2018-03-13 03:34:42 +00:00
2018-02-07 14:09:37 +08:00
2018-02-28 09:25:52 +05:30
2018-03-13 03:34:42 +00:00
2016-11-02 05:15:29 +00:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2018-03-10 20:44:07 +00:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-07-15 16:10:06 +07:00
2016-05-12 14:59:56 -04:00
2018-02-04 17:56:32 +00:00
2018-02-04 17:56:32 +00:00
2017-06-10 13:40:18 +00:00
2017-11-21 10:32:38 +00:00

Team and repository tags

image

image

Zun

OpenStack Containers service

Zun (ex. Higgins) is the OpenStack Containers service. It aims to provide an API service for running application containers without the need to manage servers or clusters.

Features

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