From: Flavio Percoco Date: Mon, 25 Jul 2016 14:31:02 +0000 (+0200) Subject: Add default value for `RoleData` X-Git-Tag: opnfv-6.0.0~1805^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=271aebffb685095dc2f0c3c8d3721464caec4dd4;p=apex-tripleo-heat-templates.git Add default value for `RoleData` This just adds a default value for `RoleData` in docker/compute-post.yaml Change-Id: I96a01dc22e03980b93b32f0f9990f35b83ecfb24 --- diff --git a/docker/compute-post.yaml b/docker/compute-post.yaml index 3fc07561..60b831be 100644 --- a/docker/compute-post.yaml +++ b/docker/compute-post.yaml @@ -42,6 +42,9 @@ parameters: type: string description: Config manifests that will be used to step through the deployment. default: '' + RoleData: + type: json + default: {} resources: