tricircle/tricircle/common
songbaisen 4aedae3caa code for resource deleting
1. What is the problem?

During the deletion of a network which is mapped to several
local networks, if the local neutron server receives a network-get
request, it will bring some conflict operations. For example,
we delete local networks before deleting central network. If a
"get_network" request comes to a local neutron server after the
local network is completely deleted in that region, if central network
is still there (assuming it takes certain time to delete all local networks),
Tricircle will also query central neutron and the deleted local network
will be recreated.

2. What is the solution to the problem?

The solution to resource deleting is covered in
specs/queens/resource deleting.rst

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

No new features.

Signed-off-by: song baisen <songbaisen@szzt.com.cn>
Co-Authored-By: CR_hui <CR_hui@126.com>, zhiyuan_cai <luckyvega.g@gmail.com>
Change-Id: I7b3c1efb88c693c3babccdfc865fa560922ede28
2018-02-28 19:16:03 +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 Inconsistency Description 2017-04-07 06:00:50 +00: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