[api-ref] Update info about internal_ip_address in FIP port forwarding

Parameter "internal_ip_address" used in floating IP port forwarding
was wrongly marked as optional as in api definition it is required.
This patch updates api-ref description to be matched with current
definition in the code.

Change-Id: Ib42bed3c5b293c207a8a81f24bd5016f168706fe
Closes-Bug: #1830554
This commit is contained in:
Slawek Kaplonski 2019-05-30 15:07:39 +02:00
parent 2604237555
commit c9773782c3
1 changed files with 2 additions and 3 deletions

View File

@ -3612,10 +3612,9 @@ interfaces:
internal_ip_address:
description: |
The fixed IPv4 address of the Neutron port associated to the floating IP
port forwarding. If it is not specified, the first IPv4 address found by
the port forwardings plug-in will be used.
port forwarding.
in: body
required: false
required: true
type: string
internal_ip_address-response:
description: |