From 73fbe73df57a8875f735eb0d661d1e87c700ead3 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 6 Jun 2017 15:55:47 +0800 Subject: [PATCH] Fix some typos in Mogan doc fix some typos in Mogan doc Closes-Bug: #1696070 Change-Id: I18f865ca257365fdf7306bc1749026a3b25ab771 --- api-ref/source/v1/parameters.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index aef448f0..78b90b75 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -325,23 +325,23 @@ multi_server_name_body: type: string network_port_type: description: | - To provision the server server with a specified type of NIC(like 1GE or 10 GE) for a + To provision the server with a specified type of NIC(like 1GE or 10 GE) for a network, specify the type of the NIC in the ``port_type`` key in a dict in ``networks`` list. in: body required: false type: string network_uuid: description: | - To provision the server server with a NIC for a network, specify the UUID of - the network in the ``uuid`` key in a dict in ``networks`` list. + To provision the server with a NIC for a network, specify the UUID of + the network in the ``net_id`` key in a dict in ``networks`` list. in: body required: true type: string networks: description: | A list of networks of the tenant. Optionally, you can create one or more NICs on the server. - To provision the server server with a NIC for a network, specify the UUID of the network - in the ``uuid`` key in a dict in ``networks`` list. To provision the server server with a + To provision the server with a NIC for a network, specify the UUID of the network + in the ``net_id`` key in a dict in ``networks`` list. To provision the server with a specified type of NIC, specify the port-type key in a dict in a ``networks`` list. in: body required: true