From: Robert Varga Date: Sun, 18 May 2014 08:19:27 +0000 (+0200) Subject: BUG-1026: workaround race condition X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~70^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=276565588a12090466347d7ea23866cc16abacef BUG-1026: workaround race condition This patch provides a workaround: move the netconf-connector config past any other configuration that may be present, such that it initializes last. This will ensure that any models referenced have been instantiated by the time the mount instance is announced. Change-Id: Iba3587806932c307474e708209a39cba1d63ee5d Signed-off-by: Robert Varga --- diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-netconf-connector.xml b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/99-netconf-connector.xml similarity index 100% rename from opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-netconf-connector.xml rename to opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/99-netconf-connector.xml