CLOUDSTACK-1502 Fixed the api-doc build component caused by new API commands:

addIpToNic
removeIpFromNic
listNics

1) Removed trailing whitespaces from commands.properties file for the commands above
2) Created a new category "Nic" in gen_toc.py for the new commands
This commit is contained in:
Alena Prokharchyk 2013-03-04 16:15:16 -08:00
parent 48aa035a71
commit 7a54458e17
2 changed files with 6 additions and 3 deletions

View File

@ -327,9 +327,9 @@ removeNicFromVirtualMachine=15
updateDefaultNicForVirtualMachine=15
####
addIpToNic=15;
removeIpFromNic=15;
listNics=15;
addIpToNic=15
removeIpFromNic=15
listNics=15
#### SSH key pair commands
registerSSHKeyPair=15

View File

@ -132,6 +132,9 @@ known_categories = {
'Condition': 'AutoScale',
'Api': 'API Discovery',
'Region': 'Region',
'addIpToNic': 'Nic',
'removeIpFromNic': 'Nic',
'listNics':'Nic',
}