Horizon Dashboard¶
Customizing the Logo¶
For replacig the Ubuntu logo used by default in the Horizon dashboard, issue the following command on the Juju controller:
$ juju scp $LOGO horizon/0:/usr/share/openstack-dashboard-ubuntu-theme/static/themes/ubuntu/img/logo-ubuntu-orange.svg
where LOGO is an image file (PNG or SVG) of size 400 x 90 pixels. Then issue:
$ juju ssh horizon/0 sudo service apache2 restart
Repeat these steps on all the Horizon units in use.
See also how to Customize the dashboard or how to Customize Horizon.