此内容没有您所选择的语言版本。

Chapter 5. Customizing the Dashboard


The look and feel of the OpenStack dashboard can be customized using the settings defined in /openstack-dashboard/openstack_dashboard/local/local_settings.py. You can customize the following elements of the dashboard:

  • HTML title
  • Site branding link
  • Help URL

In addition, you can create a custom theme and further customize the look and feel of the dashboard, including the following components:

  • Logo
  • Site colors
  • Stylesheets
Note

The OpenStack dashboard installs a default theme. If you do not want to use this theme, remove it using the following commands:

# 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
Copy to Clipboard Toggle word wrap

For a director deployment, you will need to log in to each controller node as heat-admin to make the changes.

5.1. Logo, Site Colors, and Stylesheets

  1. Copy the entire RCUE theme directory /usr/share/openstack-dashboard/openstack_dashboard/themes/rcue to a new location, for example /usr/share/openstack-dashboard/openstack_dashboard/themes/mytheme.
  2. Create a new file /etc/openstack-dashboard/local_settings.d/_12_mytheme_theme.py and add the following line:

    AVAILABLE_THEMES = [('mytheme', 'My Custom Theme', 'themes/mytheme')]
    Copy to Clipboard Toggle word wrap
  3. Change all paths inside /usr/share/openstack-dashboard/openstack_dashboard/themes/mytheme/static/ replacing rcue with the new mytheme name.

    To change a theme's colors, graphics, fonts, among others, edit the files in `/usr/share/openstack-dashboard/openstack_dashboard/themes/mytheme`.
    Copy to Clipboard Toggle word wrap
  4. If you deployed OpenStack with High Availability, restart the httpd service using pacemaker:

    # pcs resource restart httpd-clone
    Copy to Clipboard Toggle word wrap

    Otherwise, run:

    # systemctl restart httpd
    Copy to Clipboard Toggle word wrap

To view your changes, reload your dashboard.

5.2. HTML Title

  1. To set the HTML title that appears at the top of the browser window, add the following line to local_settings.py.

    SITE_BRANDING = "Example, Inc. Cloud"
    Copy to Clipboard Toggle word wrap
  2. Restart the httpd server.

5.4. Help URL

  1. By default the help URL points to https://access.redhat.com/documentation/en/red-hat-openstack-platform. You can change the help URL by editing the following attribute to the URL of your choice in local_settings.py:

    'help_url': "http://openstack.example.com",
    Copy to Clipboard Toggle word wrap
  2. Restart the httpd server.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat