From 1b0d1bebaeb0e4a748289438141e195852fd2b33 Mon Sep 17 00:00:00 2001 From: Shuangtai Tian Date: Fri, 3 Jan 2014 14:08:11 +0800 Subject: [PATCH] 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 --- doc/v3/api_samples/os-multinic/multinic-add-fixed-ip-req.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/v3/api_samples/os-multinic/multinic-add-fixed-ip-req.json b/doc/v3/api_samples/os-multinic/multinic-add-fixed-ip-req.json index 8127b212ccd5..3c17283906c2 100644 --- a/doc/v3/api_samples/os-multinic/multinic-add-fixed-ip-req.json +++ b/doc/v3/api_samples/os-multinic/multinic-add-fixed-ip-req.json @@ -1,5 +1,5 @@ { - "addFixedIp":{ - "networkId": 1 + "add_fixed_ip":{ + "network_id": 1 } } \ No newline at end of file