Add missing license notice
[neutron.git] / northbound-api / enunciate.xml
1 <?xml version="1.0"?>
2 <!--
3  Copyright (c) 2018 Intel Corporation and others. All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <enunciate label="full" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10     xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.28.xsd">
11
12   <services>
13     <rest defaultRestSubcontext="/controller/nb/v2/neutron"/>
14   </services>
15
16   <modules>
17     <docs docsDir="rest" title="OpenStack Neutron REST API" includeExampleXml="false" includeExampleJson="true"/>
18    </modules>
19 </enunciate>