From 1d97ce5ea13be74fd2f22afd734b9a08f7b4ad43 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Sep 10 2015 11:10:41 +0000 Subject: Add live_images option to live_images phase --- diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index d2c1b9b..9e209b2 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):