Run dist-upgrade

This commit is contained in:
James Page
2014-03-06 13:40:03 +00:00
parent 969e046b79
commit 51a7772684
2 changed files with 7 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ def do_openstack_upgrade(configs):
'--option', 'Dpkg::Options::=--force-confdef',
]
apt_update()
apt_upgrade(options=dpkg_opts, fatal=True)
apt_upgrade(options=dpkg_opts, fatal=True, dist=True)
# set CONFIGS to load templates from new release and regenerate config
configs.set_release(openstack_release=new_os_rel)