[Windows docker] Move join handling from Create Endpoint to Join
Bug #1778671 reported by
Michał Kostrzewa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
In Progress
|
Undecided
|
Michał Kostrzewa | ||
Trunk |
Won't Fix
|
Undecided
|
Michał Kostrzewa | ||
OpenContrail |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Currently, when docker daemon sends a CreateEndpoint request to docker driver, it immediately assings it to network and sends AddPort to vRouter Agent. This may lead to race conditions.
Instead, it should be done in JoinNetwork handler.
This change requires some refactors in core/driver module to be able to implement new unit tests.
tags: | added: windows |
Changed in opencontrail: | |
status: | New → Won't Fix |
To post a comment you must log in.
Review in progress for https:/ /review. opencontrail. org/44121
Submitter: Michal Kostrzewa (<email address hidden>)