Can you tell if the files in /usr/share/openstack-dahsboard/openstack_dashboard/static get installed in /var/lib/openstack-dashboard/static/? If so, we likely want to add 'rm -rf /usr/share/openstack-dashboard/horizon/static/ || :' where we currently run 'rm -rf /usr/share/openstack-dashboard/static/ || :'. So we'd remove the contents of both directories prior to collect/compress.
Seyeong,
Can you tell if the files in /usr/share/ openstack- dahsboard/ openstack_ dashboard/ static get installed in /var/lib/ openstack- dashboard/ static/ ? If so, we likely want to add 'rm -rf /usr/share/ openstack- dashboard/ horizon/ static/ || :' where we currently run 'rm -rf /usr/share/ openstack- dashboard/ static/ || :'. So we'd remove the contents of both directories prior to collect/compress.
Thanks,
Corey