summaryrefslogtreecommitdiffstats
path: root/deploy/config/schemas.py
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-05-25 11:10:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-25 11:10:14 +0000
commit8f3626f39a5e0eb1be7a971dcc2accf5a0b8b569 (patch)
tree57275d51ebe6d8d08f6c633ffe7a02fc6a47f83f /deploy/config/schemas.py
parent9b3bab184c182f58a5329c1cbb2bd0c4cf3cc66e (diff)
parent24e32399eba20d6b613b654b60b1dcc48a857adc (diff)
Merge "Use unified vm template files in python deploy script"
Diffstat (limited to 'deploy/config/schemas.py')
-rw-r--r--deploy/config/schemas.py3
1 files changed, 2 insertions, 1 deletions
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}
}
}
}