Containers Service for OpenStack
Go to file
Feng Shengqin 4ceef7f8a8 Enable mutable config in ZUN
New releases of oslo.config support a 'mutable' parameter to Opts.
This is only respected when the new method mutate_config_files is
called instead of reload_config_files. ZUN delegates making this call
to oslo.service, so how do we switch?

Icec3e664f3fe72614e373b2938e8dee53cf8bc5e allows services to tell
oslo.service they want mutate_config_files to be called by passing a
parameter, which this patch does.

This allows ZUN to benefit from
I1e7a69de169cc85f4c09954b2f46ce2da7106d90, where the 'debug' option
(owned by oslo.log) is made mutable. IE when all these patches merge,
we should be able to turn debug logging on and off by changing the
config and sending SIGHUP.

Part of bp:mutable-config

Change-Id: I50458a450f7931a5b606147beb22ef406d73ae49
2018-03-12 19:00:58 +08:00
api-ref/source Merge "Fix the version attribute in network_list" 2018-03-12 07:30:28 +00:00
contrib Make 'utils.monkey_patch' py3 compatible 2017-10-10 16:57:03 +08:00
devstack Move the Capsule API from Experimental to V1 2018-02-23 03:28:34 +00:00
doc/source Merge "Move the Capsule API from Experimental to V1" 2018-02-26 06:28:28 +00:00
etc Register default network policies in code 2017-10-10 05:32:33 +00:00
playbooks Set capability_scope to global in devstack 2017-12-05 04:29:40 +00:00
releasenotes Update reno for stable/queens 2018-02-05 22:44:39 +00:00
specs fix typo mistake 2018-02-07 14:09:37 +08:00
template/capsule Add detailed parameters for Capsule create 2018-01-12 10:10:36 +08:00
tools Add the missing task states 2018-02-28 09:25:52 +05:30
zun Enable mutable config in ZUN 2018-03-12 19:00:58 +08:00
.coveragerc Add coverage configuration 2016-11-02 05:15:29 +00:00
.gitignore Implement basic policy module in code 2017-10-03 13:58:25 +00:00
.gitreview Update after project rename 2016-09-03 16:03:04 -05:00
.testr.conf update higgins with zun 2016-06-08 22:21:34 -05:00
.zuul.yaml Re-enable py35 tempest job 2018-03-10 20:44:07 +00:00
CONTRIBUTING.rst Optimize the link address 2017-04-07 10:50:23 +08:00
HACKING.rst Fix docs & specs erros. 2017-07-15 16:10:06 +07:00
LICENSE Initial commit 2016-05-12 14:59:56 -04:00
README.rst Update our project definition 2018-02-04 17:56:32 +00:00
babel.cfg Initial commit 2016-05-12 14:59:56 -04:00
requirements.txt Updated from global requirements 2018-03-04 10:34:23 +00:00
setup.cfg Update our project definition 2018-02-04 17:56:32 +00:00
setup.py Updated from global requirements 2017-06-10 13:40:18 +00:00
test-requirements.txt Updated from global requirements 2018-03-10 14:01:31 +00:00
tox.ini Merge "Add app.wsgi to target of pep8" 2017-11-21 10:32:38 +00:00

README.rst

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