From 92e4f6cff9c80788a5c7ffa6640bb06f2d270d82 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Mon, 6 Feb 2017 20:07:54 +0900 Subject: [PATCH] api-ref: Fix network_label parameter type Change-Id: Ia20e97927cddac8be94d58996122fc7ca43c2c0f Closes-Bug: #1662146 --- api-ref/source/parameters.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index f775ad9b1674..1068678650c5 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -3175,10 +3175,12 @@ net_id_resp_2_12: min_version: 2.12 network_label_body: description: | - The network label, such as ``public`` or ``private``. + List of IP address and IP version pairs. + The ``network_label`` stands for the name of a network, + such as ``public`` or ``private``. in: body required: true - type: string + type: array network_uuid: description: | To provision the server instance with a NIC for a network, specify the UUID of