From 57c2c3d69849e73578c016d0a6fb5bb56f80b40a Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Wed, 25 Apr 2018 17:26:06 +0200 Subject: [PATCH] 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 --- config-download-software.yaml | 1 + config-download-structured.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/config-download-software.yaml b/config-download-software.yaml index 6fb833f6ff..c0b3e40d0d 100644 --- a/config-download-software.yaml +++ b/config-download-software.yaml @@ -4,6 +4,7 @@ parameters: name: type: string + default: "" actions: type: comma_delimited_list diff --git a/config-download-structured.yaml b/config-download-structured.yaml index 1016cbf14d..b2ca223d1e 100644 --- a/config-download-structured.yaml +++ b/config-download-structured.yaml @@ -4,6 +4,7 @@ parameters: name: type: string + default: "" actions: type: comma_delimited_list