add Version to generate required_kinds

This commit is contained in:
Mark Burnett 2017-07-05 12:47:12 -05:00
parent afbe5925fa
commit 8070fc64a1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Generator:
self.validate()
def validate(self):
required_kinds = ['Cluster', 'Network']
required_kinds = ['Cluster', 'Network', 'Versions']
for required_kind in required_kinds:
try:
self.input_config[required_kind]