Complete missing description

Change I95cd5017fdbbec257d274b805be4509ec32f9019
added `NovaComputeOptVolumes` and `NovaComputeOptEnvVars`
but the description was not complete.

This change complete the description for the above parameters.

Change-Id: If91014ebca60dac43516d760d87171831816aca0
(cherry picked from commit bd31b2c8c3)
This commit is contained in:
Rajesh Tailor 2020-09-11 15:13:05 +05:30
parent a66c7a354d
commit ca8d98cf3a
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ parameters:
letters and numbers.
NovaComputeOptVolumes:
default: []
description: list of optional vo
description: list of optional volumes to be mounted
type: comma_delimited_list
NovaComputeOptEnvVars:
default: {}
description: hash of optional en
description: hash of optional environment variables
type: json
EnableInstanceHA:
default: false