summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-07-29 15:21:52 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-07-29 15:21:52 +1200
commitdae5bc1bc7922ee35dffe5e283fc8529299b3081 (patch)
tree401b8caf5f3d8b632d28cd078b08938c50a43cb1 /api-ref
parentf72015179ea921c8264a77390359d638e0bd8727 (diff)
downloadtrove-dae5bc1bc7922ee35dffe5e283fc8529299b3081.tar.gz
Re-define the 'nics' parameter for creating database
Change-Id: I7a522b1f6d421ecbed0cedcdb2edd1f90b9b672b
Diffstat (limited to 'api-ref')
-rwxr-xr-xapi-ref/source/parameters.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 95a117e1..7dfa51b1 100755
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -580,10 +580,11 @@ name:
type: string
nics:
description: |
- Network interfaces when creating underlying Nova
- instances.
- ``NOTE:`` this parameter use the same schema when
- novaclient creating servers.
+ Network interfaces for database service inside Nova instances.
+ ``NOTE:`` For backward compatibility, this parameter uses the same schema
+ as novaclient creating servers, but only ``net-id`` is supported ans can
+ only be specified once. This parameter is required in service tenant
+ deployment model.
in: body
required: false
type: array