Seyeong, I took a look at this a bit today and was able to reproduce it. I think we can add the following. I'm curious if this exists for any other releases or if any similar issues exist elsewhere. Either way it seems like we'd want to fix this through for ocata and above.
diff --git a/debian/openstack-dashboard.preinst b/debian/openstack-dashboard.preinst index c74e321e..03e9754f 100644 --- a/debian/openstack-dashboard.preinst +++ b/debian/openstack-dashboard.preinst @@ -15,6 +15,7 @@ dpkg-maintscript-helper mv_conffile \ 1:2013.2~b2-0ubuntu3 -- "$@" rm -rf /usr/share/openstack-dashboard/static/ || : +rm -rf /usr/share/openstack-dashboard/horizon/static/ || : rm -rf /var/lib/openstack-dashboard/static/ || : #DEBHELPER# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775170 Title: [SRU] Fixing empty create swift container dialog after upgrading horizon from newton to ocata To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1775170/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
