openstack-ansible/doc/source/install-guide/configure-horizon.rst
Alexandra e78c9e3ac2 DOCS: Configuration section - cleanup
As per discussion in the OSA docs summit session, clean up
of installation guide. This fixes typos, minor RST mark up
changes, and passive voice.

This patch also merges a some of the sections into the larger
chapter. This is in an effort to remove multiple smaller
files.

This patch is the first of many to avoid major conflicts.

Change-Id: I5b6d540bfa691b36dbe9cf909de8e61affb0cd92
2016-05-11 17:37:23 +01:00

1.2 KiB

Home 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.

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.

horizon_customization_module: /path/to/customization_module.py