Merge "Add missing RoleParameters and ServiceNames" into stable/queens

This commit is contained in:
Zuul 2019-02-21 18:36:14 +00:00 committed by Gerrit Code Review
commit 5f2220b852
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