[CLOUDSTACK-283] Add Nicira NVP calls to the api docs

This commit is contained in:
Hugo Trippaers 2012-10-08 16:19:19 +02:00 committed by Rohit Yadav
parent 5f1ef3b434
commit 4e1a2e4ab3
2 changed files with 3 additions and 1 deletions

View File

@ -404,6 +404,7 @@
<property name="commands.file" location="${dist.dir}/client/conf/commands.properties" />
<property name="commands.ext.file" location="${dist.dir}/client/conf/commands-ext.properties" />
<property name="commands.vr.file" location="${dist.dir}/client/conf/virtualrouter_commands.properties" />
<property name="commands.niciranvp.file" location="${dist.dir}/client/conf/nicira-nvp_commands.properties" />
<echo message="build-apidocs" />
<exec dir="${apidoc.scripts.dir}" executable="bash" failonerror="true">
@ -411,7 +412,7 @@
<arg value="${target.dir}/jar" />
<arg value="${deps.dir}" />
<arg value="${dist.dir}" />
<arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file}" />
<arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file},${commands.niciranvp.file}" />
</exec>
<echo message="Result locates at ${dist.dir}/commands.xml" />

View File

@ -124,6 +124,7 @@ known_categories = {
'PrivateGateway': 'VPC',
'StaticRoute': 'VPC',
'Tags': 'Resource tags',
'NiciraNvpDevice': 'Nicira NVP'
}