tricircle/tricircle/common
songbaisen 912a4cb25e Enable mutable config in Tricircle
1. What is the problem?

   The 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.so we need to enable
   mutable config in tricircle.

2. What is the solution to the problem?

   Depend on the two path in oslo.config which are
   Icec3e664f3fe72614e373b2938e8dee53cf8bc5e and
   I1e7a69de169cc85f4c09954b2f46ce2da7106d90 made the Tricircle
   have the ability to mutable config.

3. What the features to be implemented in the Tricircle to realize the solution?

   Further patches will be needed to make select config options be marked as
   mutable. This change enables support for oslo provided config options
   to be updated via SIGHUP such as log level.

   Signed-off-by: song baisen <songbaisen@szzt.com.cn>
   Co-Authored-By: tangzhuo <ztang@hnu.edu.cn>, zhiyuan_cai <luckyvega.g@gmail.com>

Change-Id: I7b42bfb75913190fa4bd0d892e72fec8f629d7a6
2018-03-28 08:43:47 +08:00
..
__init__.py cascade_service framework 2015-08-05 14:49:25 +03:00
baserpc.py Fix incorrect file permission 2016-05-24 16:04:16 +08:00
client.py QoS implementation(Part1: Qos Plugin) 2017-11-24 16:01:04 +08:00
config.py Remove log translations 2017-04-11 09:17:08 +08:00
constants.py Distinguish the source of requests 2017-12-06 16:43:53 +08:00
context.py Shared VxLAN (Part4: bridge network l3) 2017-03-24 11:34:27 +08:00
exceptions.py code for resource deleting 2018-02-28 19:16:03 +08:00
httpclient.py Remove log translations 2017-04-11 09:17:08 +08:00
i18n.py Remove log translations 2017-04-11 09:17:08 +08:00
lock_handle.py Add unit tests for lock_handle module 2017-02-09 19:27:10 +08:00
opts.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
policy.py Use DocumentedRuleDefault instead of RuleDefault 2017-10-18 01:02:55 +00:00
request_source.py Distinguish the source of requests 2017-12-06 16:43:53 +08:00
resource_handle.py QoS implementation(Part1: Qos Plugin) 2017-11-24 16:01:04 +08:00
restapp.py Enable mutable config in Tricircle 2018-03-28 08:43:47 +08:00
rpc.py Merge "Set access_policy for messaging's dispatcher" 2017-06-14 13:41:13 +00:00
serializer.py Clean imports in code 2017-02-06 13:12:57 +07:00
topics.py Fix incorrect file permission 2016-05-24 16:04:16 +08:00
utils.py Support pagination for resource routing list operations 2017-07-12 17:09:48 +08:00
version.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
xrpcapi.py QoS implementation(Part1: Qos Plugin) 2017-11-24 16:01:04 +08:00