write version into autoinstall-user-data

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2020-05-13 19:06:57 +03:00
parent 71ee369c7f
commit 3c7960ca93
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ class Subiquity(Application):
self.add_global_overlay(ErrorReportStretchy(self, report))
def make_autoinstall(self):
config = {}
config = {'version': 1}
for controller in self.controllers.instances:
controller_conf = controller.make_autoinstall()
if controller_conf: