Fix netconf-connector-config groupId
[netconf.git] / netconf / netconf-notifications-impl / src / main / yang / netconf-northbound-notification-impl.yang
1 module netconf-northbound-notification-impl {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:notification:impl";
4     prefix "nnnimpl";
5
6     import config { prefix config; revision-date 2013-04-05; }
7     import netconf-northbound-notification { prefix nnn; revision-date 2015-08-06; }
8
9     description "TODO";
10
11     revision "2015-08-07"{
12         description "Initial revision.";
13     }
14
15     identity netconf-notification-manager {
16         base config:module-type;
17         config:provided-service nnn:netconf-notification-collector;
18         config:provided-service nnn:netconf-notification-registry;
19         config:java-name-prefix NetconfNotificationManager;
20     }
21
22     augment "/config:modules/config:module/config:configuration" {
23         case netconf-notification-manager {
24             when "/config:modules/config:module/config:type = 'netconf-notification-manager'";
25         }
26     }
27 }