BUG-865: remove references to URLSchemaContextResolver
[bgpcep.git] / rsvp / impl / src / main / yang / odl-rsvp-parser-impl-cfg.yang
1 // vi: set smarttab et sw=4 tabstop=4:
2 module odl-rsvp-parser-impl-cfg {
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:controller:rsvp:impl";
5     prefix "rsvp-impl";
6
7     import config { prefix config; revision-date 2013-04-05; }
8     import odl-rsvp-parser-spi-cfg { prefix spi; revision-date 2015-08-26; }
9
10     organization "Cisco Systems, Inc.";
11
12     contact "Claudio D. Gasparini <cgaspari@cisco.com>";
13
14     description
15         "This module contains the base YANG definitions for
16          RSPV listener service.
17
18         Copyright (c)2015 Cisco Systems, Inc. All rights reserved.;
19
20         This program and the accompanying materials are made available
21         under the terms of the Eclipse Public License v1.0 which
22         accompanies this distribution, and is available at
23         http://www.eclipse.org/legal/epl-v10.html";
24
25     revision "2015-08-26" {
26          description
27              "Initial revision";
28     }
29
30     identity rsvp-parser {
31         base config:module-type;
32         config:provided-service spi:rsvp-extension;
33         config:java-name-prefix RSVPParser;
34     }
35
36     augment "/config:modules/config:module/config:configuration" {
37         case rsvp-parser {
38             when "/config:modules/config:module/config:type = 'rsvp-parser'";
39         }
40     }
41 }