Fix a bug in v3 API doc

This patch changes the wrong variable names 'addFixedIp' and 'networkId',
which were not used in V3 multinic API. We use 'add_fixed_ip' and
'network_id' in V3 multinic API.

Closes-bug: #1265716

Change-Id: I0c91764603d941df6d011a3b1266eb354c0bc54f
This commit is contained in:
Shuangtai Tian 2014-01-03 14:08:11 +08:00
parent 3e5a08e421
commit 1b0d1bebae
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"addFixedIp":{
"networkId": 1
"add_fixed_ip":{
"network_id": 1
}
}