Merge "Remove substitution_sources from Deckhand layering"

This commit is contained in:
Zuul 2018-07-24 15:04:20 +00:00 committed by Gerrit Code Review
commit 0c2a423e2d
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ def deckhand_render(documents=[],
try:
deckhand_eng = layering.DocumentLayering(
documents,
substitution_sources=documents,
fail_on_missing_sub_src=fail_on_missing_sub_src,
validate=validate)
rendered_documents = [dict(d) for d in deckhand_eng.render()]