c163c3a65ba41132534e10c88a9c13a6ecd4d593
[groupbasedpolicy.git] / renderers / iovisor / src / main / yang / iovisor.yang
1 /*
2  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 module iovisor {
10     yang-version 1;
11
12     namespace "urn:opendaylight:groupbasedpolicy:iovisor";
13     prefix "iovisor";
14
15     description
16         "This module defines the group-based policy iovisor renderer model.";
17
18     revision "2015-10-30" {
19         description
20                 "Initial revision.";
21     }
22
23     container iovisor-renderer {
24         leaf iovisor-renderer-name {
25             type string;
26         }
27     }
28 }