935b20deb4
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
31 lines
1.2 KiB
ReStructuredText
31 lines
1.2 KiB
ReStructuredText
==============================================
|
|
Configuring the Dashboard (horizon) (optional)
|
|
==============================================
|
|
|
|
Customize your horizon deployment in
|
|
``/etc/openstack_deploy/user_variables.yml``.
|
|
|
|
Securing horizon communication with SSL certificates
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The OpenStack-Ansible project provides the ability to secure Dashboard
|
|
(horizon) communications with self-signed or user-provided SSL certificates.
|
|
|
|
Refer to `Securing services with SSL certificates`_ for available configuration
|
|
options.
|
|
|
|
.. _Securing services with SSL certificates: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-advanced-config-sslcertificates.html
|
|
|
|
Configuring a horizon customization module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
OpenStack-Ansible supports deployment of a horizon `customization module`_.
|
|
After building your customization module, configure the
|
|
``horizon_customization_module`` variable with a path to your module.
|
|
|
|
.. code-block:: yaml
|
|
|
|
horizon_customization_module: /path/to/customization_module.py
|
|
|
|
.. _customization module: https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides
|