openstack-ansible/doc/source/install-guide/configure-horizon.rst
Logan V 24d578318b Docs/Reno: Add support for Horizon customization module
Depends-On: Ie638c826abe43f1f484f16e60b90fbe25c684c6e
Change-Id: Ia7acfb1532f6494f9baad770b7a9f0ab3a300625
2016-03-16 07:07:04 +00:00

36 lines
1.2 KiB
ReStructuredText

`Home <index.html>`_ OpenStack-Ansible Installation Guide
Configuring Horizon (optional)
------------------------------
Customizing the Horizon deployment is done within
``/etc/openstack_deploy/user_variables.yml``.
Securing Horizon communication with SSL certificates
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The OpenStack-Ansible project provides the ability to secure 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: configure-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: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides
--------------
.. include:: navigation.txt