Set os release on configs after upgrade to ensure the correct templates are used
This commit is contained in:
parent
54e229e0e1
commit
5be770beef
@ -747,6 +747,7 @@ def do_openstack_upgrade(configs):
|
|||||||
fatal=True, dist=True)
|
fatal=True, dist=True)
|
||||||
apt_install(get_early_packages(), fatal=True)
|
apt_install(get_early_packages(), fatal=True)
|
||||||
apt_install(get_packages(), fatal=True)
|
apt_install(get_packages(), fatal=True)
|
||||||
|
configs.set_release(openstack_release=new_os_rel)
|
||||||
configs.write_all()
|
configs.write_all()
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# [ WARNING ]
|
# [ WARNING ]
|
||||||
# Configuration file maintained by Juju. Local changes may be overwritten.
|
# Configuration file maintained by Juju. Local changes may be overwritten. Juno
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[ml2]
|
[ml2]
|
||||||
type_drivers = gre,vxlan,vlan,flat
|
type_drivers = gre,vxlan,vlan,flat
|
||||||
|
Loading…
Reference in New Issue
Block a user