Skip to content

Commit 4e1a2e4

Browse files
spark404yadvr
authored andcommitted
[CLOUDSTACK-283] Add Nicira NVP calls to the api docs
1 parent 5f1ef3b commit 4e1a2e4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build/developer.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,15 @@
404404
<property name="commands.file" location="${dist.dir}/client/conf/commands.properties" />
405405
<property name="commands.ext.file" location="${dist.dir}/client/conf/commands-ext.properties" />
406406
<property name="commands.vr.file" location="${dist.dir}/client/conf/virtualrouter_commands.properties" />
407+
<property name="commands.niciranvp.file" location="${dist.dir}/client/conf/nicira-nvp_commands.properties" />
407408

408409
<echo message="build-apidocs" />
409410
<exec dir="${apidoc.scripts.dir}" executable="bash" failonerror="true">
410411
<arg value="build-apidoc.sh" />
411412
<arg value="${target.dir}/jar" />
412413
<arg value="${deps.dir}" />
413414
<arg value="${dist.dir}" />
414-
<arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file}" />
415+
<arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file},${commands.niciranvp.file}" />
415416
</exec>
416417
<echo message="Result locates at ${dist.dir}/commands.xml" />
417418

setup/apidoc/gen_toc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
'PrivateGateway': 'VPC',
125125
'StaticRoute': 'VPC',
126126
'Tags': 'Resource tags',
127+
'NiciraNvpDevice': 'Nicira NVP'
127128
}
128129

129130

0 commit comments

Comments
 (0)