2 * Copyright (c) 2016 Intel Corporation. All rights reserved.
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
9 module neutron-extensions {
12 namespace "urn:opendaylight:neutron-extensions";
14 prefix neutron-extensions;
16 organization "OpenDaylight Neutron Group";
18 contact "Isaku Yamahata <isaku.yamahata@gmail.com>";
20 description "This YANG module defines neutron extensions attributes that are used
21 by OpenDaylight Neutron YANG modules.
22 http://developer.openstack.org/api-ref-networking-v2-ext.html#neutron_extensions";
24 revision "2016-06-17" {
26 "OpenDaylight Boron release";
29 grouping extension-attributes {
32 description "The name of the extension";
36 description "The alias for the extension";
40 grouping extensions-attributes {
41 container extensions {
45 uses extension-attributes;