Add defaults into name property for config-download.

As in FFU the SoftwareDeployment and StructuredDeployment
resources are being overwritten by the
config-download-software/structured resources, if the
name property is not defined when using one of these
resources a 'Property name not assigned' error will
be displayed.

Change-Id: Iade84cc85f61d73d4c3d53473cdc235f912187ad
Closes-Bug: #1766908
(cherry picked from commit 57c2c3d698)
This commit is contained in:
Jose Luis Franco Arza 2018-04-25 17:26:06 +02:00 committed by Jose Luis Franco
parent 5afa3044e9
commit 064c23dc8a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ parameters:
name:
type: string
default: ""
actions:
type: comma_delimited_list

View File

@ -4,6 +4,7 @@ parameters:
name:
type: string
default: ""
actions:
type: comma_delimited_list