From 1d97ce5ea13be74fd2f22afd734b9a08f7b4ad43 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Thu, 10 Sep 2015 07:10:41 -0400 Subject: [PATCH] Add live_images option to live_images phase --- pungi/phases/live_images.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index d2c1b9bb..9e209b2b 100644 --- a/pungi/phases/live_images.py +++ b/pungi/phases/live_images.py @@ -49,6 +49,11 @@ class LiveImagesPhase(PhaseBase): "expected_types": [str], "optional": True, }, + { + "name": "live_images", + "expected_types": [list], + "optional": True, + }, ) def __init__(self, compose):