
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
Team and repository tags
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.
- Free software: Apache license
- Get Started: https://docs.openstack.org/zun/latest/contributor/quickstart.html
- Documentation: https://docs.openstack.org/zun/latest/
- Source: https://git.openstack.org/cgit/openstack/zun
- Bugs: https://bugs.launchpad.net/zun
- Blueprints: https://blueprints.launchpad.net/zun
- REST Client: https://git.openstack.org/cgit/openstack/python-zunclient
Features
- TODO
Description
Languages
Python
99.3%
Shell
0.7%