Updated git submodules
authorJosh <jhershbe@redhat.com>
Sun, 27 Aug 2017 10:55:09 +0000 (13:55 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 16 Sep 2017 14:15:01 +0000 (14:15 +0000)
commitacb3de4fdddb0d83699e8dc176529a614ce0472c
treea0c8f1a7dca95f015d8ef85ca37b3d27b88bb804
parenta7793f343943ae65ea97a47cc939be5fd534d4d9
Updated git submodules

Project: netvirt stable/carbon 09ad109b274e8f947ed83bea61a3bd44b7e10bad

BUG-8893 patch port mysteriously deleted

This happens sporadically when br-int exists prior to ODL
managing the OVS node. If the event notifying ElanOvsdbNodeListener
of the existence of the br-int bridge happens BEFORE the event
notifying about the OVS node the following occurs:

1. Netvirt gets event for br-int
2. Writes patch ports
3. Netvirt gets event for the ovs node
4. Creates br-int...which already exists and this over-writes the
   patch ports

Fix:
a) clean up code so that br-int is configured with a controller
   and patch ports only once we receive the notification for br-int
   in operational.
b) when receiving a notification for the OVSDB node in operational,
   check if br-int is in operational. If it is not, create it in
   config.
c) when receiving a notification for br-int in operational, check if it
   is also in config. If it is not, copy br-int fields from operational
   to config. The proceed to step (a).

Change-Id: I11739ccc847e65c4179ff1f73493159bd4effcd2
Signed-off-by: Josh <jhershbe@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
docs/submodules/netvirt