Comment 8 for bug 1815948

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: Upgrade from rocky python2->python3 packages breaks openstack_dashboard alternative

I'm not sure whether the fix belongs in the charm or the package. We could remove the rendered charm files from /usr/share/openstack-dashboard/openstack_dashboard prior to upgrading. Another option is the package could forcefully remove /usr/share/openstack-dashboard/openstack_dashboard in the preinst script for rocky. The latter might make sense since it's not much different from removing the alternative in the prerm/postrm scripts.