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
This commit is contained in:
parent
1bec57e977
commit
57c2c3d698
@ -4,6 +4,7 @@ parameters:
|
||||
|
||||
name:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
actions:
|
||||
type: comma_delimited_list
|
||||
|
@ -4,6 +4,7 @@ parameters:
|
||||
|
||||
name:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
actions:
|
||||
type: comma_delimited_list
|
||||
|
Loading…
Reference in New Issue
Block a user