Re-define the 'nics' parameter for creating database

Change-Id: I7a522b1f6d421ecbed0cedcdb2edd1f90b9b672b
This commit is contained in:
Lingxian Kong 2019-07-29 15:21:52 +12:00
parent f72015179e
commit dae5bc1bc7

View File

@ -580,10 +580,11 @@ name:
type: string type: string
nics: nics:
description: | description: |
Network interfaces when creating underlying Nova Network interfaces for database service inside Nova instances.
instances. ``NOTE:`` For backward compatibility, this parameter uses the same schema
``NOTE:`` this parameter use the same schema when as novaclient creating servers, but only ``net-id`` is supported ans can
novaclient creating servers. only be specified once. This parameter is required in service tenant
deployment model.
in: body in: body
required: false required: false
type: array type: array