Skip to content

Commit

Permalink
install: pass the 'shaman' to Shaman class
Browse files Browse the repository at this point in the history
Signed-off-by: Xiubo Li <[email protected]>
  • Loading branch information
lxbsz committed Dec 9, 2020
1 parent c0cbad1 commit 8631ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teuthology/task/install/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ def task(ctx, config):
)
if repos:
nested_config['repos'] = repos
if 'shaman' in config:
nested_config['shaman'] = config['shaman']
with contextutil.nested(
lambda: install(ctx=ctx, config=nested_config),
lambda: ship_utilities(ctx=ctx, config=None),
Expand Down

0 comments on commit 8631ded

Please sign in to comment.