Add default value for `RoleData`

This just adds a default value for `RoleData` in
docker/compute-post.yaml

Change-Id: I96a01dc22e03980b93b32f0f9990f35b83ecfb24
changes/60/346860/4
Flavio Percoco 2016-07-25 16:31:02 +02:00
parent 569e73ff75
commit 271aebffb6
1 changed files with 3 additions and 0 deletions

View File

@ -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: