Hide Forgot
Description of problem: A note in section 4.2 of the OSP 7 Configuration Reference suggests: ----- If you do not want to use this theme you can remove it and its dependencies using the following command: # yum erase openstack-dashboard-theme ----- However, openstack-dashboard-theme is a dependency of openstack-dashboard, and so proceeding with this yum erase will remove the dashboard entirely. https://access.redhat.com/documentation/en/red-hat-enterprise-linux-openstack-platform/7/red-hat-enterprise-linux-openstack-platform-7-configuration-reference/chapter-4-dashboard
Should be replaced with rpm -e --nodeps openstack-dashboard-theme verified that removing it like allows the horizaon dashboard to look like the RDO version
Assigning to Suyog for review. Suyog - this is the bug connected with customizing the dashboard.
you can disable the -theme by doing the following: cd /usr/share/openstack-dashboard/openstack_dashboard/enabled cp _99_customization.py _999_remove_theme.py echo "DISABLED = True" >> _999_remove_theme.py systemctl restart httpd this will disable the theme, and it won't come back after a package update.
The updated instructions for disabling the theme according to comment 7 have now been published for RHOSP 9 and RHOSP 10: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/9/html-single/introduction_to_the_openstack_dashboard/#dashboard-customization https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html-single/introduction_to_the_openstack_dashboard/#dashboard-customization The need to update RHOSP 8 is being determined in bug 1298410, and the changes from this bug will be backported as well if required. Closing this bug.