On 19/08/16 15:34, William Josefsson wrote: > Hi all, > > I tried this quick fix of replacing logo.png and logo-splash copy and > overwrite the files, however one restart httpd the files get replaced > to the originals? > > How can I prevent this from happening, or do I need to write a cron > line that once every 5min creates a link to my custom logo images? thx > will > > On Mon, Aug 15, 2016 at 4:10 PM, Saverio Proto <[email protected]> wrote: >> On ubuntu we just replace these two files: >> >> /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/logo.png >> /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/logo-splash.png >> >> we make sure with puppet that our version of these two files is in place.
Be careful, the logos exist twice, once in /usr/share/openstack-dashboard/static and the other time in the location mentioned above. (difference is another 'openstack_dashboard' in there) I can't speak for .deb packages, but if you're simply replacing files on rpm based distributions, this gets overwritten by package updates. The more permanent solution is to create a customization theme. -- Matthias Runge <[email protected]> Red Hat GmbH, http://www.de.redhat.com/, Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Michael Cunningham, Michael O'Neill, Eric Shander _______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
