Remove GraphModel Config init. in datastore 16/89316/4
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 23 Apr 2020 13:34:53 +0000 (15:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 3 Aug 2020 10:11:15 +0000 (12:11 +0200)
commit2fa4f6c714272590ce3352ce1391564fd900fbcd
tree172b2e43c9075982c1c951b20c3bedfc09865479
parent5b4952979cb5107a3333027849fec04254385641
Remove GraphModel Config init. in datastore

Both Configuration and Operation GraphModels are initialized within
the same single transaction in ConnnectedGraphServer class. Remove
unnecessary initialization of GraphModel Configuration.

JIRA: BGPCEP-904
Change-Id: If5988b916a23d85c9e0b8a8c9c378bd5e6931fba
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
graph/graph-impl/src/main/java/org/opendaylight/graph/impl/ConnectedGraphServer.java