Set os release on configs after upgrade to ensure the correct templates are used

This commit is contained in:
Liam Young 2015-10-14 14:44:04 +00:00
parent 54e229e0e1
commit 5be770beef
2 changed files with 2 additions and 1 deletions

View File

@ -747,6 +747,7 @@ def do_openstack_upgrade(configs):
fatal=True, dist=True)
apt_install(get_early_packages(), fatal=True)
apt_install(get_packages(), fatal=True)
configs.set_release(openstack_release=new_os_rel)
configs.write_all()

View File

@ -1,6 +1,6 @@
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
# Configuration file maintained by Juju. Local changes may be overwritten. Juno
###############################################################################
[ml2]
type_drivers = gre,vxlan,vlan,flat