wangjunxiaw update genrestapidoc code

This commit is contained in:
root 2014-04-09 02:39:49 -07:00
parent 99f1eba251
commit 9c0ca92a63

View File

@ -57,8 +57,11 @@ my @apigroups = (
resources => ['osimage', 'osimage_allattr', 'osimage_attr', 'osimage_op']
},
{
# groupname => 'network',
resources => ['network', 'network_allattr']
groupname => 'networks',
header => "Network Resources",
desc => "The URI list which can be used to create, query, change and manage network objects.",
resources => ['allnetwork', 'network_allattr','network_attr']
},
);