Bug 8900 - fixing ACL updates
[groupbasedpolicy.git] / renderers / faas / src / main / yang / faas-provider.yang
1 /*
2  * Copyright (c) 2015 Huawei Technologies 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 faas-provider {
10     yang-version 1;
11     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:faas-provider";
12     prefix "faas-provider";
13
14     import config { prefix config; revision-date 2013-04-05; }
15
16     description
17         "This module contains the base YANG definitions for faas-provider
18         services.";
19
20     revision "2015-10-09" {
21         description
22                 "Initial revision.";
23     }
24
25     identity faas-provider {
26         base "config:service-type";
27         config:java-class "org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.faas.rev151009.FaasData";
28     }
29 }