NETVIRT-1278: Don't write mac-in-use to config DS 51/72151/7
authorJosh <jhershbe@redhat.com>
Tue, 22 May 2018 09:12:45 +0000 (12:12 +0300)
committerSam Hague <shague@redhat.com>
Tue, 5 Jun 2018 22:02:53 +0000 (22:02 +0000)
commit5bfb7b86283a4aee541060e1d8e169a9573242a7
tree7f5c4ce9d40e590c50bf07443512ddd36180cb70
parent08e71cc3b0009382a9e5c0db3b224d9701a3f2fb
NETVIRT-1278: Don't write mac-in-use to config DS

When a node is discovered for which there is no entry
in the config datastore we copy it over so that we can
than make modifications to it. A new field, mac-in-use,
was added and it is operational only so when attempting
to write the bridge to config the whole thing fails.

Fix is simple, just don't write the termination points
to the config datastore at all.

Change-Id: I0592d34fb0500e2e8001be617af8b11a5eb9d6c9
Signed-off-by: Josh <jhershbe@redhat.com>
elanmanager/impl/src/main/java/org/opendaylight/netvirt/elan/internal/ElanBridgeManager.java