Disable passing network yaml v1 to curtin until ported to v2.

This commit is contained in:
Mathieu Trudel-Lapierre 2016-12-21 15:19:49 -05:00
parent 87eb961586
commit eedccfc121
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ class InstallProgressController(BaseController):
str(os.getpid()), ">", self.install_log]
else:
log.debug("Installprogress: this is the *REAL* thing")
configs = [CURTIN_CONFIGS['network'],
CURTIN_CONFIGS['storage']]
configs = [CURTIN_CONFIGS['storage']]
curtin_cmd = curtin_install_cmd(configs)
log.debug('Curtin install cmd: {}'.format(curtin_cmd))