36b9d8bfca
Use '!include-raw-expand:' instead of '!include-raw:' and '!include-raw-verbatim:' instead of '!include-raw-escape:'. Tags '!include-raw:' and '!include-raw-escape:' are now deprecated. Change-Id: I3cc5ab9f73d03de1ba09cbc4568366a3bb464a08
19 lines
446 B
YAML
19 lines
446 B
YAML
# https://storyboard.openstack.org/#!/story/2007227
|
|
# with Python 3 there is TypeError when !include-raw-expand: with property replacement is used in defaults
|
|
|
|
- defaults:
|
|
name: 'test-defaults'
|
|
prop: 'regression-2007227.description'
|
|
description: !include-raw-expand:
|
|
- '{prop}.html'
|
|
|
|
- project:
|
|
name: 'test-project'
|
|
jobs:
|
|
- 'test-job'
|
|
|
|
- job-template:
|
|
id: 'test-job'
|
|
name: '{id}'
|
|
defaults: 'test-defaults'
|