diff options
author | 2016-04-12 16:19:31 +0200 | |
---|---|---|
committer | 2016-04-13 08:19:15 +0200 | |
commit | 152ec1037001b867890aaaffe8a9e38a85b501b2 (patch) | |
tree | d94ccb141cb2f83020253390d90a2578c67a9386 /v3po/data-impl/src/main/yang | |
parent | c4c4334ef4db37af07025523de4c2e2e25763599 (diff) |
HONEYCOMB-8: Fix netconf monitoring operational data provisioning
Local storage for netconf monitoring was not wired with
netconf northbound for vpp.
Change-Id: I864614ffcbf7acf16eccc65ab58b9821b2682f93
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/data-impl/src/main/yang')
-rw-r--r-- | v3po/data-impl/src/main/yang/data-impl.yang | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v3po/data-impl/src/main/yang/data-impl.yang b/v3po/data-impl/src/main/yang/data-impl.yang index 43201a084..5275e6556 100644 --- a/v3po/data-impl/src/main/yang/data-impl.yang +++ b/v3po/data-impl/src/main/yang/data-impl.yang @@ -121,6 +121,16 @@ module data-impl { } } + // FIXME workaround for: https://git.opendaylight.org/gerrit/#/c/37499/ + container netconf-monitoring-dom-data-broker { + uses config:service-ref { + refine type { + mandatory true; + config:required-identity dom:dom-async-data-broker; + } + } + } + } } }
\ No newline at end of file |