From 24e32399eba20d6b613b654b60b1dcc48a857adc Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Fri, 19 May 2017 09:19:17 +0800 Subject: Use unified vm template files in python deploy script Change-Id: I386011a35a9be3e4f1d468744a6945360bb2adb3 Signed-off-by: Alex Yang --- deploy/config/schemas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deploy/config/schemas.py') diff --git a/deploy/config/schemas.py b/deploy/config/schemas.py index 7cc2c80e..d2fd7ef6 100644 --- a/deploy/config/schemas.py +++ b/deploy/config/schemas.py @@ -27,7 +27,8 @@ hosts_schema = { 'type': 'string', 'enum': ['COMPUTER', 'CONTROLLER_LB', 'CONTROLLER_HA'] } - } + }, + 'template': {'type': 'string', 'minLength': 1} } } } -- cgit 1.2.3-korg