Merge "Add missing RoleParameters and ServiceNames"

This commit is contained in:
Zuul 2019-02-20 03:12:02 +00:00 committed by Gerrit Code Review
commit 453ee72c89
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ description: >
parameters:
server:
type: string
RoleParameters:
type: json
description: Parameters specific to the role
default: {}
ServiceNames:
type: comma_delimited_list
default: []
deployment_actions:
default: ['CREATE', 'UPDATE']
type: comma_delimited_list