238257b312
Migrate optional deployment configuration options to the developer docs Change-Id: Ia615cb0c0e8108dfb121d4d7c6c029faa71344e7 Implements: blueprint osa-install-guide-overhaul
35 lines
1.2 KiB
ReStructuredText
35 lines
1.2 KiB
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
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: 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
|